#D66A7C

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

Shades of Froly #D66A7C

Tints of Froly #D66A7C

Color information

#D66A7C (or 0xD66A7C) is unknown color: approx Froly. HEX triplet: D6, 6A and 7C. RGB value is (214,106,124). Sum of RGB (Red+Green+Blue) = 214+106+124=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66A7C is #299583. Grayscale: #8C8C8C. Windows color (decimal): -2725252 or 8153814. OLE color: 8153814.

HSL color Cylindrical-coordinate representation of color #D66A7C: hue angle of 350º degrees, saturation: 0.57, 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 #D66A7C is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB214106124-
CMYK00.500.420.16
HSL350º56.84%62.75%-
HSV(B)350º50.47%83.92%-
XYZ36.5226.0622.17-
YUV140.34118.78180.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.20%
GREEN value IS 106 (41.80% from 255) = 23.87%
BLUE value IS 124 (48.83% from 255) = 27.93%
R=48.20%
G=23.87%
B=27.93%

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
Decimal21410612400.500.420.1635056.8462.75
HexD66A7C0322A1015e393f
Octal32615217406252205367177
Binary1101011011010101111100011001010101010000101011110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66A7C; }

 p { color: rgb(214,106,124); }

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

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

 a { background-color: rgb(214,106,124); }

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

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

 span { border-color: rgb(214,106,124); }

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