#DE6A89

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

Shades of Deep Blush #DE6A89

Tints of Deep Blush #DE6A89

Color information

#DE6A89 (or 0xDE6A89) is unknown color: approx Deep Blush. HEX triplet: DE, 6A and 89. RGB value is (222,106,137). Sum of RGB (Red+Green+Blue) = 222+106+137=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 137 (53.91% from 255 or 29.46% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6A89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6A89 is #219576. Grayscale: #909090. Windows color (decimal): -2200951 or 9005790. OLE color: 9005790.

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

Color convert

RGB222106137-
CMYK00.520.380.13
HSL343.97º63.74%64.31%-
HSV(B)343.97º52.25%87.06%-
XYZ39.7927.6426.91-
YUV144.22123.93183.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.74%
GREEN value IS 106 (41.80% from 255) = 22.80%
BLUE value IS 137 (53.91% from 255) = 29.46%
R=47.74%
G=22.80%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210613700.520.380.13343.9763.7464.31
HexDE6A8903426D1584040
Octal3361522110644615530100100
Binary110111101101010100010010110100100110110110101100010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6A89; }

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

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

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

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

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

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

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

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