#DE7D86

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

Shades of Deep Blush #DE7D86

Tints of Deep Blush #DE7D86

Color information

#DE7D86 (or 0xDE7D86) is unknown color: approx Deep Blush. HEX triplet: DE, 7D and 86. RGB value is (222,125,134). Sum of RGB (Red+Green+Blue) = 222+125+134=481 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.15% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7D86 is #218279. Grayscale: #9B9B9B. Windows color (decimal): -2196090 or 8814046. OLE color: 8814046.

HSL color Cylindrical-coordinate representation of color #DE7D86: hue angle of 354.43º 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 #DE7D86 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB222125134-
CMYK00.440.400.13
HSL354.43º59.51%68.04%-
HSV(B)354.43º43.69%87.06%-
XYZ41.7631.9226.51-
YUV155.03116.14175.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.15%
GREEN value IS 125 (49.22% from 255) = 25.99%
BLUE value IS 134 (52.73% from 255) = 27.86%
R=46.15%
G=25.99%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22212513400.440.400.13354.4359.5168.04
HexDE7D8602C28D1623c44
Octal336175206054501554274104
Binary11011110111110110000110010110010100011011011000101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7D86; }

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

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

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

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

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

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

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

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