#DC6589

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

Shades of Deep Blush #DC6589

Tints of Deep Blush #DC6589

Color information

#DC6589 (or 0xDC6589) is unknown color: approx Deep Blush. HEX triplet: DC, 65 and 89. RGB value is (220,101,137). Sum of RGB (Red+Green+Blue) = 220+101+137=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 137 (53.91% from 255 or 29.91% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6589 is #239A76. Grayscale: #8C8C8C. Windows color (decimal): -2333303 or 9004508. OLE color: 9004508.

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

Color convert

RGB220101137-
CMYK00.540.380.14
HSL341.85º62.96%62.94%-
HSV(B)341.85º54.09%86.27%-
XYZ38.6826.3326.71-
YUV140.68125.92184.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.03%
GREEN value IS 101 (39.84% from 255) = 22.05%
BLUE value IS 137 (53.91% from 255) = 29.91%
R=48.03%
G=22.05%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010113700.540.380.14341.8562.9662.94
HexDC658903626E1563f3f
Octal33414521106646165267777
Binary1101110011001011000100101101101001101110101010110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6589; }

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

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

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

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

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

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

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

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