#DE6B84

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

Shades of Deep Blush #DE6B84

Tints of Deep Blush #DE6B84

Color information

#DE6B84 (or 0xDE6B84) is unknown color: approx Deep Blush. HEX triplet: DE, 6B and 84. RGB value is (222,107,132). Sum of RGB (Red+Green+Blue) = 222+107+132=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 132 (51.95% from 255 or 28.63% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6B84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6B84 is #21947B. Grayscale: #909090. Windows color (decimal): -2200700 or 8678366. OLE color: 8678366.

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

Color convert

RGB222107132-
CMYK00.520.410.13
HSL346.96º63.54%64.51%-
HSV(B)346.96º51.8%87.06%-
XYZ39.5527.7125.09-
YUV144.24121.1183.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.16%
GREEN value IS 107 (42.19% from 255) = 23.21%
BLUE value IS 132 (51.95% from 255) = 28.63%
R=48.16%
G=23.21%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210713200.520.410.13346.9663.5464.51
HexDE6B8403429D15b4041
Octal3361532040645115533100101
Binary110111101101011100001000110100101001110110101101110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6B84; }

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

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

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

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

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

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

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

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