#D66578

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

Shades of Froly #D66578

Tints of Froly #D66578

Color information

#D66578 (or 0xD66578) is unknown color: approx Froly. HEX triplet: D6, 65 and 78. RGB value is (214,101,120). Sum of RGB (Red+Green+Blue) = 214+101+120=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 101 (39.84% from 255 or 23.22% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D66578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66578 is #299A87. Grayscale: #888888. Windows color (decimal): -2726536 or 7890390. OLE color: 7890390.

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

Color convert

RGB214101120-
CMYK00.530.440.16
HSL349.91º57.95%61.76%-
HSV(B)349.91º52.8%83.92%-
XYZ35.7824.9620.7-
YUV136.95118.44182.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.20%
GREEN value IS 101 (39.84% from 255) = 23.22%
BLUE value IS 120 (47.27% from 255) = 27.59%
R=49.20%
G=23.22%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410112000.530.440.16349.9157.9561.76
HexD665780352C1015e3a3e
Octal32614517006554205367276
Binary1101011011001011111000011010110110010000101011110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66578; }

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

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

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

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

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

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

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

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