Shades of Deep Blush #DC6888
Tints of Deep Blush #DC6888
RGB
CMYK
RGB Variations
Color information
#DC6888 (or 0xDC6888) is known color: Deep Blush. HEX triplet: DC, 68 and 88. RGB value is (220,104,136). Sum of RGB (Red+Green+Blue) = 220+104+136=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 136 (53.52% from 255 or 29.57% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6888 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6888 is #239777. Grayscale: #8E8E8E. Windows color (decimal): -2332536 or 8939740. OLE color: 8939740.
HSL color Cylindrical-coordinate representation of color #DC6888: hue angle of 343.45º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC6888 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 136 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.14 |
| HSL | 343.45º | 0.62% | 0.64% | - |
| HSV(B) | 343.45º | 0.53% | 0.86% | - |
| XYZ | 38.91 | 26.89 | 26.43 | - |
| YUV | 142.33 | 124.43 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 136 | 0 | 0.53 | 0.38 | 0.14 | 343.45 | 0.62 | 0.64 |
| Hex | DC | 68 | 88 | 0 | 35 | 26 | E | 157 | 3E | 40 |
| Octal | 334 | 150 | 210 | 0 | 65 | 46 | 16 | 527 | 76 | 100 |
| Binary | 11011100 | 1101000 | 10001000 | 0 | 110101 | 100110 | 1110 | 101010111 | 111110 | 1000000 |
Color Harmonies of #DC6888
Complementary color
Monochromatic Colors of #DC6888
Black with #DC6888
Text Example
Text Example
White with #DC6888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6888; }
p { color: rgb(220,104,136); }
H1.HeaderClassName
{
color: #DC6888;
}
.AnyTagClassName
{
color: #DC6888;
}
</style>
background-color css
<style>
a { background-color: #DC6888; }
a { background-color: rgb(220,104,136); }
div.DivClassName
{
background-color: #DC6888;
}
.BgClassName
{
background-color: #DC6888;
}
</style>
border-color css
<style>
span { border-color: #DC6888; }
span { border-color: rgb(220,104,136); }
td.TdClassName
{
border-color: #DC6888;
}
.TagClassName
{
border-color: #DC6888;
}
</style>