#DC6D89

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

Shades of Deep Blush #DC6D89

Tints of Deep Blush #DC6D89

Color information

#DC6D89 (or 0xDC6D89) is unknown color: approx Deep Blush. HEX triplet: DC, 6D and 89. RGB value is (220,109,137). Sum of RGB (Red+Green+Blue) = 220+109+137=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 137 (53.91% from 255 or 29.40% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6D89 is #239276. Grayscale: #919191. Windows color (decimal): -2331255 or 9006556. OLE color: 9006556.

HSL color Cylindrical-coordinate representation of color #DC6D89: hue angle of 344.86º 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 #DC6D89 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB220109137-
CMYK00.500.380.14
HSL344.86º61.33%64.51%-
HSV(B)344.86º50.45%86.27%-
XYZ39.527.9626.98-
YUV145.38123.27181.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.21%
GREEN value IS 109 (42.97% from 255) = 23.39%
BLUE value IS 137 (53.91% from 255) = 29.40%
R=47.21%
G=23.39%
B=29.40%

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
Decimal22010913700.500.380.14344.8661.3364.51
HexDC6D8903226E1593d41
Octal334155211062461653175101
Binary11011100110110110001001011001010011011101010110011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6D89; }

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

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

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

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

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

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

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

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