Shades of Deep Blush #DC6480
Tints of Deep Blush #DC6480
RGB
CMYK
RGB Variations
Color information
#DC6480 (or 0xDC6480) is known color: Deep Blush. HEX triplet: DC, 64 and 80. RGB value is (220,100,128). Sum of RGB (Red+Green+Blue) = 220+100+128=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6480 is #239B7F. Grayscale: #8B8B8B. Windows color (decimal): -2333568 or 8414428. OLE color: 8414428.
HSL color Cylindrical-coordinate representation of color #DC6480: hue angle of 346º 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 #DC6480 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 100 | 128 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.14 |
| HSL | 346º | 0.63% | 0.63% | - |
| HSV(B) | 346º | 0.55% | 0.86% | - |
| XYZ | 37.97 | 25.89 | 23.42 | - |
| YUV | 139.07 | 121.76 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 100 | 128 | 0 | 0.55 | 0.42 | 0.14 | 346 | 0.63 | 0.63 |
| Hex | DC | 64 | 80 | 0 | 37 | 2A | E | 15A | 3F | 3F |
| Octal | 334 | 144 | 200 | 0 | 67 | 52 | 16 | 532 | 77 | 77 |
| Binary | 11011100 | 1100100 | 10000000 | 0 | 110111 | 101010 | 1110 | 101011010 | 111111 | 111111 |
Color Harmonies of #DC6480
Complementary color
Monochromatic Colors of #DC6480
Black with #DC6480
Text Example
Text Example
White with #DC6480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6480; }
p { color: rgb(220,100,128); }
H1.HeaderClassName
{
color: #DC6480;
}
.AnyTagClassName
{
color: #DC6480;
}
</style>
background-color css
<style>
a { background-color: #DC6480; }
a { background-color: rgb(220,100,128); }
div.DivClassName
{
background-color: #DC6480;
}
.BgClassName
{
background-color: #DC6480;
}
</style>
border-color css
<style>
span { border-color: #DC6480; }
span { border-color: rgb(220,100,128); }
td.TdClassName
{
border-color: #DC6480;
}
.TagClassName
{
border-color: #DC6480;
}
</style>