#DC6E89

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

Shades of Deep Blush #DC6E89

Tints of Deep Blush #DC6E89

Color information

#DC6E89 (or 0xDC6E89) is unknown color: approx Deep Blush. HEX triplet: DC, 6E and 89. RGB value is (220,110,137). Sum of RGB (Red+Green+Blue) = 220+110+137=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6E89 is #239176. Grayscale: #919191. Windows color (decimal): -2330999 or 9006812. OLE color: 9006812.

HSL color Cylindrical-coordinate representation of color #DC6E89: hue angle of 345.27º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6E89 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB220110137-
CMYK00.500.380.14
HSL345.27º61.11%64.71%-
HSV(B)345.27º50%86.27%-
XYZ39.6128.1727.02-
YUV145.97122.94180.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.11%
GREEN value IS 110 (43.36% from 255) = 23.55%
BLUE value IS 137 (53.91% from 255) = 29.34%
R=47.11%
G=23.55%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22011013700.500.380.14345.2761.1164.71
HexDC6E8903226E1593d41
Octal334156211062461653175101
Binary11011100110111010001001011001010011011101010110011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6E89; }

 p { color: rgb(220,110,137); }

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

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

 a { background-color: rgb(220,110,137); }

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

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

 span { border-color: rgb(220,110,137); }

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