#D66977

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

Shades of Froly #D66977

Tints of Froly #D66977

Color information

#D66977 (or 0xD66977) is unknown color: approx Froly. HEX triplet: D6, 69 and 77. RGB value is (214,105,119). Sum of RGB (Red+Green+Blue) = 214+105+119=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 119 (46.88% from 255 or 27.17% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D66977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66977 is #299688. Grayscale: #8B8B8B. Windows color (decimal): -2725513 or 7825878. OLE color: 7825878.

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

Color convert

RGB214105119-
CMYK00.510.440.16
HSL352.29º57.07%62.55%-
HSV(B)352.29º50.93%83.92%-
XYZ36.1125.7320.52-
YUV139.19116.61181.36-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.86%
GREEN value IS 105 (41.41% from 255) = 23.97%
BLUE value IS 119 (46.88% from 255) = 27.17%
R=48.86%
G=23.97%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410511900.510.440.16352.2957.0762.55
HexD669770332C10160393f
Octal32615116706354205407177
Binary1101011011010011110111011001110110010000101100000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66977; }

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

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

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

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

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

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

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

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