#DE7086

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

Shades of Deep Blush #DE7086

Tints of Deep Blush #DE7086

Color information

#DE7086 (or 0xDE7086) is unknown color: approx Deep Blush. HEX triplet: DE, 70 and 86. RGB value is (222,112,134). Sum of RGB (Red+Green+Blue) = 222+112+134=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7086 is #218F79. Grayscale: #939393. Windows color (decimal): -2199418 or 8810718. OLE color: 8810718.

HSL color Cylindrical-coordinate representation of color #DE7086: hue angle of 348º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DE7086 is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB222112134-
CMYK00.500.400.13
HSL348º62.5%65.49%-
HSV(B)348º49.55%87.06%-
XYZ40.2228.8426-
YUV147.4120.44181.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.44%
GREEN value IS 112 (44.14% from 255) = 23.93%
BLUE value IS 134 (52.73% from 255) = 28.63%
R=47.44%
G=23.93%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211213400.500.400.1334862.565.49
HexDE708603228D15c3e41
Octal336160206062501553476101
Binary11011110111000010000110011001010100011011010111001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7086; }

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

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

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

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

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

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

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

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