#DE7489

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

Shades of Deep Blush #DE7489

Tints of Deep Blush #DE7489

Color information

#DE7489 (or 0xDE7489) is unknown color: approx Deep Blush. HEX triplet: DE, 74 and 89. RGB value is (222,116,137). Sum of RGB (Red+Green+Blue) = 222+116+137=475 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.74% from 475); Green value is 116 (45.70% from 255 or 24.42% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7489 is #218B76. Grayscale: #969696. Windows color (decimal): -2198391 or 9008350. OLE color: 9008350.

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

Color convert

RGB222116137-
CMYK00.480.380.13
HSL348.11º61.63%66.27%-
HSV(B)348.11º47.75%87.06%-
XYZ40.8829.8327.27-
YUV150.09120.62179.29-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.74%
GREEN value IS 116 (45.70% from 255) = 24.42%
BLUE value IS 137 (53.91% from 255) = 28.84%
R=46.74%
G=24.42%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211613700.480.380.13348.1161.6366.27
HexDE748903026D15c3e42
Octal336164211060461553476102
Binary11011110111010010001001011000010011011011010111001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7489; }

 p { color: rgb(222,116,137); }

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

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

 a { background-color: rgb(222,116,137); }

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

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

 span { border-color: rgb(222,116,137); }

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