#D96272

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

Shades of Froly #D96272

Tints of Froly #D96272

Color information

#D96272 (or 0xD96272) is unknown color: approx Froly. HEX triplet: D9, 62 and 72. RGB value is (217,98,114). Sum of RGB (Red+Green+Blue) = 217+98+114=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 98 (38.67% from 255 or 22.84% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D96272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96272 is #269D8D. Grayscale: #878787. Windows color (decimal): -2530702 or 7496409. OLE color: 7496409.

HSL color Cylindrical-coordinate representation of color #D96272: hue angle of 351.93º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D96272 is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB21798114-
CMYK00.550.470.15
HSL351.93º61.03%61.76%-
HSV(B)351.93º54.84%85.1%-
XYZ36.0224.718.79-
YUV135.4115.92186.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.58%
GREEN value IS 98 (38.67% from 255) = 22.84%
BLUE value IS 114 (44.92% from 255) = 26.57%
R=50.58%
G=22.84%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179811400.550.470.15351.9361.0361.76
HexD962720372FF1603d3e
Octal33114216206757175407576
Binary110110011100010111001001101111011111111101100000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96272; }

 p { color: rgb(217,98,114); }

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

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

 a { background-color: rgb(217,98,114); }

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

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

 span { border-color: rgb(217,98,114); }

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