Html Css Color HEX #D66677 Froly

📋 copy color: '#D66677'

red 214 ◦ green 102 ◦ blue 119

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

Shades of Froly #D66677

Tints of Froly #D66677

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.45%

 BLUE value IS 119 (46.88% from 255) = 27.36%

R = 49.2%
G = 23.45%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D66677 (or 0xD66677) is known color: Froly. HEX triplet: D6, 66 and 77. RGB value is (214,102,119). Sum of RGB (Red+Green+Blue) = 214+102+119=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 102 (40.23% from 255 or 23.45% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D66677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66677 is #299988. Grayscale: #898989. Windows color (decimal): -2726281 or 7825110. OLE color: 7825110.

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

Color convert

RGB 214 102 119 -
CMYK 0 0.52 0.44 0.16
HSL 350.89º 0.58% 0.62% -
HSV(B) 350.89º 0.52% 0.84% -
XYZ 35.81 25.13 20.42 -
YUV 137.43 117.61 182.62 -
System Red Green Blue C M Y K H S L
Decimal 214 102 119 0 0.52 0.44 0.16 350.89 0.58 0.62
Hex D6 66 77 0 34 2C 10 15F 3A 3E
Octal 326 146 167 0 64 54 20 537 72 76
Binary 11010110 1100110 1110111 0 110100 101100 10000 101011111 111010 111110

Color Harmonies of #D66677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66677

Black with #D66677

Text Example


Text Example

White with #D66677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66677; }

 p { color: rgb(214,102,119); }

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

background-color css

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

 a { background-color: rgb(214,102,119); }

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

border-color css

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

 span { border-color: rgb(214,102,119); }

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