#D66579

Color #D66579 Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #D66579

Tints of Froly #D66579

Color information

#D66579 (or 0xD66579) is unknown color: approx Froly. HEX triplet: D6, 65 and 79. RGB value is (214,101,121). Sum of RGB (Red+Green+Blue) = 214+101+121=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D66579 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66579 is #299A86. Grayscale: #898989. Windows color (decimal): -2726535 or 7955926. OLE color: 7955926.

HSL color Cylindrical-coordinate representation of color #D66579: hue angle of 349.38º 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 #D66579 is Cyan = 0, Magento = 0.53, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB214101121-
CMYK00.530.430.16
HSL349.38º57.95%61.76%-
HSV(B)349.38º52.8%83.92%-
XYZ35.8424.9821.02-
YUV137.07118.94182.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.08%
GREEN value IS 101 (39.84% from 255) = 23.17%
BLUE value IS 121 (47.66% from 255) = 27.75%
R=49.08%
G=23.17%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410112100.530.430.16349.3857.9561.76
HexD665790352B1015d3a3e
Octal32614517106553205357276
Binary1101011011001011111001011010110101110000101011101111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66579; }

 p { color: rgb(214,101,121); }

 H1.HeaderClassName
 {
   color: #D66579;
 }
 .AnyTagClassName
 {
   color: #D66579;
 }
</style>
background-color css

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

 a { background-color: rgb(214,101,121); }

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

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

 span { border-color: rgb(214,101,121); }

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