Html Css Color HEX #D66476 Froly

📋 copy color: '#D66476'

red 214 ◦ green 100 ◦ blue 118

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

Shades of Froly #D66476

Tints of Froly #D66476

RGB

 RED value IS 214 (83.98% from 255) = 49.54%

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

 BLUE value IS 118 (46.48% from 255) = 27.31%

R = 49.54%
G = 23.15%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D66476 (or 0xD66476) is known color: Froly. HEX triplet: D6, 64 and 76. RGB value is (214,100,118). Sum of RGB (Red+Green+Blue) = 214+100+118=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 118 (46.48% from 255 or 27.31% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D66476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66476 is #299B89. Grayscale: #888888. Windows color (decimal): -2726794 or 7759062. OLE color: 7759062.

HSL color Cylindrical-coordinate representation of color #D66476: hue angle of 350.53º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D66476 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 100 118 -
CMYK 0 0.53 0.45 0.16
HSL 350.53º 0.58% 0.62% -
HSV(B) 350.53º 0.53% 0.84% -
XYZ 35.56 24.72 20.04 -
YUV 136.14 117.77 183.54 -
System Red Green Blue C M Y K H S L
Decimal 214 100 118 0 0.53 0.45 0.16 350.53 0.58 0.62
Hex D6 64 76 0 35 2D 10 15F 3A 3E
Octal 326 144 166 0 65 55 20 537 72 76
Binary 11010110 1100100 1110110 0 110101 101101 10000 101011111 111010 111110

Color Harmonies of #D66476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66476

Black with #D66476

Text Example


Text Example

White with #D66476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66476; }

 p { color: rgb(214,100,118); }

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

background-color css

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

 a { background-color: rgb(214,100,118); }

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

border-color css

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

 span { border-color: rgb(214,100,118); }

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