#DE6A80

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

Shades of Deep Blush #DE6A80

Tints of Deep Blush #DE6A80

Color information

#DE6A80 (or 0xDE6A80) is unknown color: approx Deep Blush. HEX triplet: DE, 6A and 80. RGB value is (222,106,128). Sum of RGB (Red+Green+Blue) = 222+106+128=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6A80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6A80 is #21957F. Grayscale: #8F8F8F. Windows color (decimal): -2200960 or 8415966. OLE color: 8415966.

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

Color convert

RGB222106128-
CMYK00.520.420.13
HSL348.62º63.74%64.31%-
HSV(B)348.62º52.25%87.06%-
XYZ39.1727.423.65-
YUV143.19119.43184.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.68%
GREEN value IS 106 (41.80% from 255) = 23.25%
BLUE value IS 128 (50.39% from 255) = 28.07%
R=48.68%
G=23.25%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210612800.520.420.13348.6263.7464.31
HexDE6A800342AD15d4040
Octal3361522000645215535100100
Binary110111101101010100000000110100101010110110101110110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6A80; }

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

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

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

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

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

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

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

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