Shades of Deep Blush #DC6887
Tints of Deep Blush #DC6887
RGB
CMYK
RGB Variations
Color information
#DC6887 (or 0xDC6887) is known color: Deep Blush. HEX triplet: DC, 68 and 87. RGB value is (220,104,135). Sum of RGB (Red+Green+Blue) = 220+104+135=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 135 (53.12% from 255 or 29.41% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6887 is #239778. Grayscale: #8E8E8E. Windows color (decimal): -2332537 or 8874204. OLE color: 8874204.
HSL color Cylindrical-coordinate representation of color #DC6887: hue angle of 343.97º 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 #DC6887 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 135 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.14 |
| HSL | 343.97º | 0.62% | 0.64% | - |
| HSV(B) | 343.97º | 0.53% | 0.86% | - |
| XYZ | 38.84 | 26.87 | 26.06 | - |
| YUV | 142.22 | 123.93 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 135 | 0 | 0.53 | 0.39 | 0.14 | 343.97 | 0.62 | 0.64 |
| Hex | DC | 68 | 87 | 0 | 35 | 27 | E | 158 | 3E | 40 |
| Octal | 334 | 150 | 207 | 0 | 65 | 47 | 16 | 530 | 76 | 100 |
| Binary | 11011100 | 1101000 | 10000111 | 0 | 110101 | 100111 | 1110 | 101011000 | 111110 | 1000000 |
Color Harmonies of #DC6887
Complementary color
Monochromatic Colors of #DC6887
Black with #DC6887
Text Example
Text Example
White with #DC6887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6887; }
p { color: rgb(220,104,135); }
H1.HeaderClassName
{
color: #DC6887;
}
.AnyTagClassName
{
color: #DC6887;
}
</style>
background-color css
<style>
a { background-color: #DC6887; }
a { background-color: rgb(220,104,135); }
div.DivClassName
{
background-color: #DC6887;
}
.BgClassName
{
background-color: #DC6887;
}
</style>
border-color css
<style>
span { border-color: #DC6887; }
span { border-color: rgb(220,104,135); }
td.TdClassName
{
border-color: #DC6887;
}
.TagClassName
{
border-color: #DC6887;
}
</style>