Html Css Color HEX #D46472 Froly

📋 copy color: '#D46472'

red 212 ◦ green 100 ◦ blue 114

#D46472
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #D46472

Tints of Froly #D46472

RGB

 RED value IS 212 (83.2% from 255) = 49.77%

 GREEN value IS 100 (39.45% from 255) = 23.47%

 BLUE value IS 114 (44.92% from 255) = 26.76%

R = 49.77%
G = 23.47%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D46472 (or 0xD46472) is known color: Froly. HEX triplet: D4, 64 and 72. RGB value is (212,100,114). Sum of RGB (Red+Green+Blue) = 212+100+114=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D46472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D46472 is #2B9B8D. Grayscale: #878787. Windows color (decimal): -2857870 or 7496916. OLE color: 7496916.

HSL color Cylindrical-coordinate representation of color #D46472: hue angle of 352.5º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D46472 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 100 114 -
CMYK 0 0.53 0.46 0.17
HSL 352.5º 0.57% 0.61% -
HSV(B) 352.5º 0.53% 0.83% -
XYZ 34.75 24.33 18.78 -
YUV 135.08 116.11 182.86 -
System Red Green Blue C M Y K H S L
Decimal 212 100 114 0 0.53 0.46 0.17 352.5 0.57 0.61
Hex D4 64 72 0 35 2E 11 160 39 3D
Octal 324 144 162 0 65 56 21 540 71 75
Binary 11010100 1100100 1110010 0 110101 101110 10001 101100000 111001 111101

Color Harmonies of #D46472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46472

Black with #D46472

Text Example


Text Example

White with #D46472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46472; }

 p { color: rgb(212,100,114); }

 H1.HeaderClassName
 {
   color: #D46472;
 }
 .AnyTagClassName
 {
   color: #D46472;
 }
</style>

background-color css

<style>
 a { background-color: #D46472; }

 a { background-color: rgb(212,100,114); }

 div.DivClassName
 {
   background-color: #D46472;
 }
 .BgClassName
 {
   background-color: #D46472;
 }
</style>

border-color css

<style>
 span { border-color: #D46472; }

 span { border-color: rgb(212,100,114); }

 td.TdClassName
 {
   border-color: #D46472;
 }
 .TagClassName
 {
   border-color: #D46472;
 }
</style>