#DE7185

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

Shades of Deep Blush #DE7185

Tints of Deep Blush #DE7185

Color information

#DE7185 (or 0xDE7185) is unknown color: approx Deep Blush. HEX triplet: DE, 71 and 85. RGB value is (222,113,133). Sum of RGB (Red+Green+Blue) = 222+113+133=468 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.44% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7185 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7185 is #218E7A. Grayscale: #939393. Windows color (decimal): -2199163 or 8745438. OLE color: 8745438.

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

Color convert

RGB222113133-
CMYK00.490.400.13
HSL348.99º62.29%65.69%-
HSV(B)348.99º49.1%87.06%-
XYZ40.2629.0325.67-
YUV147.87119.61180.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.44%
GREEN value IS 113 (44.53% from 255) = 24.15%
BLUE value IS 133 (52.34% from 255) = 28.42%
R=47.44%
G=24.15%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211313300.490.400.13348.9962.2965.69
HexDE718503128D15d3e42
Octal336161205061501553576102
Binary11011110111000110000101011000110100011011010111011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7185; }

 p { color: rgb(222,113,133); }

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

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

 a { background-color: rgb(222,113,133); }

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

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

 span { border-color: rgb(222,113,133); }

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