Shades of Deep Blush #DC6986
Tints of Deep Blush #DC6986
RGB
CMYK
RGB Variations
Color information
#DC6986 (or 0xDC6986) is known color: Deep Blush. HEX triplet: DC, 69 and 86. RGB value is (220,105,134). Sum of RGB (Red+Green+Blue) = 220+105+134=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 105 (41.41% from 255 or 22.88% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6986 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6986 is #239679. Grayscale: #8E8E8E. Windows color (decimal): -2332282 or 8808924. OLE color: 8808924.
HSL color Cylindrical-coordinate representation of color #DC6986: hue angle of 344.87º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6986 is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 134 | - |
| CMYK | 0 | 0.52 | 0.39 | 0.14 |
| HSL | 344.87º | 0.62% | 0.64% | - |
| HSV(B) | 344.87º | 0.52% | 0.86% | - |
| XYZ | 38.87 | 27.04 | 25.72 | - |
| YUV | 142.69 | 123.1 | 183.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 134 | 0 | 0.52 | 0.39 | 0.14 | 344.87 | 0.62 | 0.64 |
| Hex | DC | 69 | 86 | 0 | 34 | 27 | E | 159 | 3E | 40 |
| Octal | 334 | 151 | 206 | 0 | 64 | 47 | 16 | 531 | 76 | 100 |
| Binary | 11011100 | 1101001 | 10000110 | 0 | 110100 | 100111 | 1110 | 101011001 | 111110 | 1000000 |
Color Harmonies of #DC6986
Complementary color
Monochromatic Colors of #DC6986
Black with #DC6986
Text Example
Text Example
White with #DC6986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6986; }
p { color: rgb(220,105,134); }
H1.HeaderClassName
{
color: #DC6986;
}
.AnyTagClassName
{
color: #DC6986;
}
</style>
background-color css
<style>
a { background-color: #DC6986; }
a { background-color: rgb(220,105,134); }
div.DivClassName
{
background-color: #DC6986;
}
.BgClassName
{
background-color: #DC6986;
}
</style>
border-color css
<style>
span { border-color: #DC6986; }
span { border-color: rgb(220,105,134); }
td.TdClassName
{
border-color: #DC6986;
}
.TagClassName
{
border-color: #DC6986;
}
</style>