Shades of Deep Blush #DC6788
Tints of Deep Blush #DC6788
RGB
CMYK
RGB Variations
Color information
#DC6788 (or 0xDC6788) is known color: Deep Blush. HEX triplet: DC, 67 and 88. RGB value is (220,103,136). Sum of RGB (Red+Green+Blue) = 220+103+136=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 103 (40.62% from 255 or 22.44% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6788 is #239877. Grayscale: #8D8D8D. Windows color (decimal): -2332792 or 8939484. OLE color: 8939484.
HSL color Cylindrical-coordinate representation of color #DC6788: hue angle of 343.08º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC6788 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 136 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.14 |
| HSL | 343.08º | 0.63% | 0.63% | - |
| HSV(B) | 343.08º | 0.53% | 0.86% | - |
| XYZ | 38.81 | 26.69 | 26.4 | - |
| YUV | 141.75 | 124.76 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 136 | 0 | 0.53 | 0.38 | 0.14 | 343.08 | 0.63 | 0.63 |
| Hex | DC | 67 | 88 | 0 | 35 | 26 | E | 157 | 3F | 3F |
| Octal | 334 | 147 | 210 | 0 | 65 | 46 | 16 | 527 | 77 | 77 |
| Binary | 11011100 | 1100111 | 10001000 | 0 | 110101 | 100110 | 1110 | 101010111 | 111111 | 111111 |
Color Harmonies of #DC6788
Complementary color
Monochromatic Colors of #DC6788
Black with #DC6788
Text Example
Text Example
White with #DC6788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6788; }
p { color: rgb(220,103,136); }
H1.HeaderClassName
{
color: #DC6788;
}
.AnyTagClassName
{
color: #DC6788;
}
</style>
background-color css
<style>
a { background-color: #DC6788; }
a { background-color: rgb(220,103,136); }
div.DivClassName
{
background-color: #DC6788;
}
.BgClassName
{
background-color: #DC6788;
}
</style>
border-color css
<style>
span { border-color: #DC6788; }
span { border-color: rgb(220,103,136); }
td.TdClassName
{
border-color: #DC6788;
}
.TagClassName
{
border-color: #DC6788;
}
</style>