Shades of Deep Blush #DC6981
Tints of Deep Blush #DC6981
RGB
CMYK
RGB Variations
Color information
#DC6981 (or 0xDC6981) is known color: Deep Blush. HEX triplet: DC, 69 and 81. RGB value is (220,105,129). Sum of RGB (Red+Green+Blue) = 220+105+129=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 129 (50.78% from 255 or 28.41% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6981 is #23967E. Grayscale: #8E8E8E. Windows color (decimal): -2332287 or 8481244. OLE color: 8481244.
HSL color Cylindrical-coordinate representation of color #DC6981: hue angle of 347.48º 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 #DC6981 is Cyan = 0, Magento = 0.52, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 129 | - |
| CMYK | 0 | 0.52 | 0.41 | 0.14 |
| HSL | 347.48º | 0.62% | 0.64% | - |
| HSV(B) | 347.48º | 0.52% | 0.86% | - |
| XYZ | 38.53 | 26.9 | 23.93 | - |
| YUV | 142.12 | 120.6 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 129 | 0 | 0.52 | 0.41 | 0.14 | 347.48 | 0.62 | 0.64 |
| Hex | DC | 69 | 81 | 0 | 34 | 29 | E | 15B | 3E | 40 |
| Octal | 334 | 151 | 201 | 0 | 64 | 51 | 16 | 533 | 76 | 100 |
| Binary | 11011100 | 1101001 | 10000001 | 0 | 110100 | 101001 | 1110 | 101011011 | 111110 | 1000000 |
Color Harmonies of #DC6981
Complementary color
Monochromatic Colors of #DC6981
Black with #DC6981
Text Example
Text Example
White with #DC6981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6981; }
p { color: rgb(220,105,129); }
H1.HeaderClassName
{
color: #DC6981;
}
.AnyTagClassName
{
color: #DC6981;
}
</style>
background-color css
<style>
a { background-color: #DC6981; }
a { background-color: rgb(220,105,129); }
div.DivClassName
{
background-color: #DC6981;
}
.BgClassName
{
background-color: #DC6981;
}
</style>
border-color css
<style>
span { border-color: #DC6981; }
span { border-color: rgb(220,105,129); }
td.TdClassName
{
border-color: #DC6981;
}
.TagClassName
{
border-color: #DC6981;
}
</style>