#DE6A83

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

Shades of Deep Blush #DE6A83

Tints of Deep Blush #DE6A83

Color information

#DE6A83 (or 0xDE6A83) is unknown color: approx Deep Blush. HEX triplet: DE, 6A and 83. RGB value is (222,106,131). Sum of RGB (Red+Green+Blue) = 222+106+131=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 106 (41.80% from 255 or 23.09% from 459); Blue value is 131 (51.56% from 255 or 28.54% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6A83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6A83 is #21957C. Grayscale: #8F8F8F. Windows color (decimal): -2200957 or 8612574. OLE color: 8612574.

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

Color convert

RGB222106131-
CMYK00.520.410.13
HSL347.07º63.74%64.31%-
HSV(B)347.07º52.25%87.06%-
XYZ39.3727.4824.7-
YUV143.53120.93183.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.37%
GREEN value IS 106 (41.80% from 255) = 23.09%
BLUE value IS 131 (51.56% from 255) = 28.54%
R=48.37%
G=23.09%
B=28.54%

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
Decimal22210613100.520.410.13347.0763.7464.31
HexDE6A8303429D15b4040
Octal3361522030645115533100100
Binary110111101101010100000110110100101001110110101101110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6A83; }

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

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

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

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

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

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

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

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