Shades of Deep Blush #DC6489
Tints of Deep Blush #DC6489
RGB
CMYK
RGB Variations
Color information
#DC6489 (or 0xDC6489) is known color: Deep Blush. HEX triplet: DC, 64 and 89. RGB value is (220,100,137). Sum of RGB (Red+Green+Blue) = 220+100+137=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 137 (53.91% from 255 or 29.98% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6489 is #239B76. Grayscale: #8C8C8C. Windows color (decimal): -2333559 or 9004252. OLE color: 9004252.
HSL color Cylindrical-coordinate representation of color #DC6489: hue angle of 341.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC6489 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 137 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.14 |
| HSL | 341.5º | 0.63% | 0.63% | - |
| HSV(B) | 341.5º | 0.55% | 0.86% | - |
| XYZ | 38.59 | 26.14 | 26.68 | - |
| YUV | 140.1 | 126.26 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 137 | 0 | 0.55 | 0.38 | 0.14 | 341.5 | 0.63 | 0.63 |
| Hex | DC | 64 | 89 | 0 | 37 | 26 | E | 156 | 3F | 3F |
| Octal | 334 | 144 | 211 | 0 | 67 | 46 | 16 | 526 | 77 | 77 |
| Binary | 11011100 | 1100100 | 10001001 | 0 | 110111 | 100110 | 1110 | 101010110 | 111111 | 111111 |
Color Harmonies of #DC6489
Complementary color
Monochromatic Colors of #DC6489
Black with #DC6489
Text Example
Text Example
White with #DC6489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6489; }
p { color: rgb(220,100,137); }
H1.HeaderClassName
{
color: #DC6489;
}
.AnyTagClassName
{
color: #DC6489;
}
</style>
background-color css
<style>
a { background-color: #DC6489; }
a { background-color: rgb(220,100,137); }
div.DivClassName
{
background-color: #DC6489;
}
.BgClassName
{
background-color: #DC6489;
}
</style>
border-color css
<style>
span { border-color: #DC6489; }
span { border-color: rgb(220,100,137); }
td.TdClassName
{
border-color: #DC6489;
}
.TagClassName
{
border-color: #DC6489;
}
</style>