#D66475

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

Shades of Froly #D66475

Tints of Froly #D66475

Color information

#D66475 (or 0xD66475) is unknown color: approx Froly. HEX triplet: D6, 64 and 75. RGB value is (214,100,117). Sum of RGB (Red+Green+Blue) = 214+100+117=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D66475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66475 is #299B8A. Grayscale: #888888. Windows color (decimal): -2726795 or 7693526. OLE color: 7693526.

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

Color convert

RGB214100117-
CMYK00.530.450.16
HSL351.05º58.16%61.57%-
HSV(B)351.05º53.27%83.92%-
XYZ35.524.6919.73-
YUV136.02117.27183.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.65%
GREEN value IS 100 (39.45% from 255) = 23.20%
BLUE value IS 117 (46.09% from 255) = 27.15%
R=49.65%
G=23.20%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410011700.530.450.16351.0558.1661.57
HexD664750352D1015f3a3e
Octal32614416506555205377276
Binary1101011011001001110101011010110110110000101011111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66475; }

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

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

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

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

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

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

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

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