#D66D71

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

Shades of Froly #D66D71

Tints of Froly #D66D71

Color information

#D66D71 (or 0xD66D71) is unknown color: approx Froly. HEX triplet: D6, 6D and 71. RGB value is (214,109,113). Sum of RGB (Red+Green+Blue) = 214+109+113=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D66D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66D71 is #29928E. Grayscale: #8C8C8C. Windows color (decimal): -2724495 or 7433686. OLE color: 7433686.

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

Color convert

RGB214109113-
CMYK00.490.470.16
HSL357.71º56.15%63.33%-
HSV(B)357.71º49.07%83.92%-
XYZ36.1826.4318.82-
YUV140.85112.29180.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 49.08%
GREEN value IS 109 (42.97% from 255) = 25%
BLUE value IS 113 (44.53% from 255) = 25.92%
R=49.08%
G=25%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410911300.490.470.16357.7156.1563.33
HexD66D710312F10166383f
Octal32615516106157205467077
Binary1101011011011011110001011000110111110000101100110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66D71; }

 p { color: rgb(214,109,113); }

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

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

 a { background-color: rgb(214,109,113); }

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

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

 span { border-color: rgb(214,109,113); }

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