#DE6589

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

Shades of Deep Blush #DE6589

Tints of Deep Blush #DE6589

Color information

#DE6589 (or 0xDE6589) is unknown color: approx Deep Blush. HEX triplet: DE, 65 and 89. RGB value is (222,101,137). Sum of RGB (Red+Green+Blue) = 222+101+137=460 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.26% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6589 is #219A76. Grayscale: #8D8D8D. Windows color (decimal): -2202231 or 9004510. OLE color: 9004510.

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

Color convert

RGB222101137-
CMYK00.550.380.13
HSL342.15º64.71%63.33%-
HSV(B)342.15º54.5%87.06%-
XYZ39.2926.6426.74-
YUV141.28125.59185.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.26%
GREEN value IS 101 (39.84% from 255) = 21.96%
BLUE value IS 137 (53.91% from 255) = 29.78%
R=48.26%
G=21.96%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210113700.550.380.13342.1564.7163.33
HexDE658903726D156413f
Octal336145211067461552610177
Binary11011110110010110001001011011110011011011010101101000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6589; }

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

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

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

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

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

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

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

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