#DE7184

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

Shades of Deep Blush #DE7184

Tints of Deep Blush #DE7184

Color information

#DE7184 (or 0xDE7184) is unknown color: approx Deep Blush. HEX triplet: DE, 71 and 84. RGB value is (222,113,132). Sum of RGB (Red+Green+Blue) = 222+113+132=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 132 (51.95% from 255 or 28.27% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7184 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7184 is #218E7B. Grayscale: #939393. Windows color (decimal): -2199164 or 8679902. OLE color: 8679902.

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

Color convert

RGB222113132-
CMYK00.490.410.13
HSL349.54º62.29%65.69%-
HSV(B)349.54º49.1%87.06%-
XYZ40.1929.0125.31-
YUV147.76119.11180.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.54%
GREEN value IS 113 (44.53% from 255) = 24.20%
BLUE value IS 132 (51.95% from 255) = 28.27%
R=47.54%
G=24.20%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211313200.490.410.13349.5462.2965.69
HexDE718403129D15e3e42
Octal336161204061511553676102
Binary11011110111000110000100011000110100111011010111101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7184; }

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

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

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

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

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

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

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

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