#DE7D81

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

Shades of Froly #DE7D81

Tints of Froly #DE7D81

Color information

#DE7D81 (or 0xDE7D81) is unknown color: approx Froly. HEX triplet: DE, 7D and 81. RGB value is (222,125,129). Sum of RGB (Red+Green+Blue) = 222+125+129=476 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.64% from 476); Green value is 125 (49.22% from 255 or 26.26% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7D81 is #21827E. Grayscale: #9A9A9A. Windows color (decimal): -2196095 or 8486366. OLE color: 8486366.

HSL color Cylindrical-coordinate representation of color #DE7D81: hue angle of 357.53º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DE7D81 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB222125129-
CMYK00.440.420.13
HSL357.53º59.51%68.04%-
HSV(B)357.53º43.69%87.06%-
XYZ41.4231.7824.72-
YUV154.46113.64176.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.64%
GREEN value IS 125 (49.22% from 255) = 26.26%
BLUE value IS 129 (50.78% from 255) = 27.10%
R=46.64%
G=26.26%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212512900.440.420.13357.5359.5168.04
HexDE7D8102C2AD1663c44
Octal336175201054521554674104
Binary11011110111110110000001010110010101011011011001101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7D81; }

 p { color: rgb(222,125,129); }

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

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

 a { background-color: rgb(222,125,129); }

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

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

 span { border-color: rgb(222,125,129); }

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