#DE6486

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

Shades of Deep Blush #DE6486

Tints of Deep Blush #DE6486

Color information

#DE6486 (or 0xDE6486) is unknown color: approx Deep Blush. HEX triplet: DE, 64 and 86. RGB value is (222,100,134). Sum of RGB (Red+Green+Blue) = 222+100+134=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6486 is #219B79. Grayscale: #8C8C8C. Windows color (decimal): -2202490 or 8807646. OLE color: 8807646.

HSL color Cylindrical-coordinate representation of color #DE6486: hue angle of 343.28º 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 #DE6486 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB222100134-
CMYK00.550.400.13
HSL343.28º64.89%63.14%-
HSV(B)343.28º54.95%87.06%-
XYZ38.9826.3725.59-
YUV140.35124.42186.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.68%
GREEN value IS 100 (39.45% from 255) = 21.93%
BLUE value IS 134 (52.73% from 255) = 29.39%
R=48.68%
G=21.93%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210013400.550.400.13343.2864.8963.14
HexDE648603728D157413f
Octal336144206067501552710177
Binary11011110110010010000110011011110100011011010101111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6486; }

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

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

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

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

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

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

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

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