#DE6C80

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

Shades of Deep Blush #DE6C80

Tints of Deep Blush #DE6C80

Color information

#DE6C80 (or 0xDE6C80) is unknown color: approx Deep Blush. HEX triplet: DE, 6C and 80. RGB value is (222,108,128). Sum of RGB (Red+Green+Blue) = 222+108+128=458 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.47% from 458); Green value is 108 (42.58% from 255 or 23.58% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6C80 is #21937F. Grayscale: #909090. Windows color (decimal): -2200448 or 8416478. OLE color: 8416478.

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

Color convert

RGB222108128-
CMYK00.510.420.13
HSL349.47º63.33%64.71%-
HSV(B)349.47º51.35%87.06%-
XYZ39.3827.8123.71-
YUV144.37118.77183.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 48.47%
GREEN value IS 108 (42.58% from 255) = 23.58%
BLUE value IS 128 (50.39% from 255) = 27.95%
R=48.47%
G=23.58%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210812800.510.420.13349.4763.3364.71
HexDE6C800332AD15d3f41
Octal336154200063521553577101
Binary11011110110110010000000011001110101011011010111011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6C80; }

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

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

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

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

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

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

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

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