#D66C7D

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

Shades of Froly #D66C7D

Tints of Froly #D66C7D

Color information

#D66C7D (or 0xD66C7D) is unknown color: approx Froly. HEX triplet: D6, 6C and 7D. RGB value is (214,108,125). Sum of RGB (Red+Green+Blue) = 214+108+125=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 125 (49.22% from 255 or 27.96% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66C7D is #299382. Grayscale: #8D8D8D. Windows color (decimal): -2724739 or 8219862. OLE color: 8219862.

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

Color convert

RGB214108125-
CMYK00.500.420.16
HSL350.38º56.38%63.14%-
HSV(B)350.38º49.53%83.92%-
XYZ36.826.522.58-
YUV141.63118.62179.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.87%
GREEN value IS 108 (42.58% from 255) = 24.16%
BLUE value IS 125 (49.22% from 255) = 27.96%
R=47.87%
G=24.16%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21410812500.500.420.16350.3856.3863.14
HexD66C7D0322A1015e383f
Octal32615417506252205367077
Binary1101011011011001111101011001010101010000101011110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66C7D; }

 p { color: rgb(214,108,125); }

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

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

 a { background-color: rgb(214,108,125); }

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

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

 span { border-color: rgb(214,108,125); }

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