#DE6C86

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

Shades of Deep Blush #DE6C86

Tints of Deep Blush #DE6C86

Color information

#DE6C86 (or 0xDE6C86) is unknown color: approx Deep Blush. HEX triplet: DE, 6C and 86. RGB value is (222,108,134). Sum of RGB (Red+Green+Blue) = 222+108+134=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6C86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6C86 is #219379. Grayscale: #919191. Windows color (decimal): -2200442 or 8809694. OLE color: 8809694.

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

Color convert

RGB222108134-
CMYK00.510.400.13
HSL346.32º63.33%64.71%-
HSV(B)346.32º51.35%87.06%-
XYZ39.7927.9825.86-
YUV145.05121.77182.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.84%
GREEN value IS 108 (42.58% from 255) = 23.28%
BLUE value IS 134 (52.73% from 255) = 28.88%
R=47.84%
G=23.28%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210813400.510.400.13346.3263.3364.71
HexDE6C8603328D15a3f41
Octal336154206063501553277101
Binary11011110110110010000110011001110100011011010110101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6C86; }

 p { color: rgb(222,108,134); }

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

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

 a { background-color: rgb(222,108,134); }

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

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

 span { border-color: rgb(222,108,134); }

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