#D96A7D

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

Shades of Froly #D96A7D

Tints of Froly #D96A7D

Color information

#D96A7D (or 0xD96A7D) is unknown color: approx Froly. HEX triplet: D9, 6A and 7D. RGB value is (217,106,125). Sum of RGB (Red+Green+Blue) = 217+106+125=448 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.44% from 448); Green value is 106 (41.80% from 255 or 23.66% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 217 - color contains mainly: red. Hex color #D96A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96A7D is #269582. Grayscale: #8D8D8D. Windows color (decimal): -2528643 or 8219353. OLE color: 8219353.

HSL color Cylindrical-coordinate representation of color #D96A7D: hue angle of 349.73º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96A7D is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB217106125-
CMYK00.510.420.15
HSL349.73º59.36%63.33%-
HSV(B)349.73º51.15%85.1%-
XYZ37.4726.5422.55-
YUV141.35118.77181.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.44%
GREEN value IS 106 (41.80% from 255) = 23.66%
BLUE value IS 125 (49.22% from 255) = 27.90%
R=48.44%
G=23.66%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21710612500.510.420.15349.7359.3663.33
HexD96A7D0332AF15e3b3f
Octal33115217506352175367377
Binary110110011101010111110101100111010101111101011110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96A7D; }

 p { color: rgb(217,106,125); }

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

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

 a { background-color: rgb(217,106,125); }

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

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

 span { border-color: rgb(217,106,125); }

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