Shades of Deep Blush #DC6881
Tints of Deep Blush #DC6881
RGB
CMYK
RGB Variations
Color information
#DC6881 (or 0xDC6881) is known color: Deep Blush. HEX triplet: DC, 68 and 81. RGB value is (220,104,129). Sum of RGB (Red+Green+Blue) = 220+104+129=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6881 is #23977E. Grayscale: #8D8D8D. Windows color (decimal): -2332543 or 8480988. OLE color: 8480988.
HSL color Cylindrical-coordinate representation of color #DC6881: hue angle of 347.07º 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 #DC6881 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 129 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.14 |
| HSL | 347.07º | 0.62% | 0.64% | - |
| HSV(B) | 347.07º | 0.53% | 0.86% | - |
| XYZ | 38.43 | 26.7 | 23.9 | - |
| YUV | 141.53 | 120.93 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 129 | 0 | 0.53 | 0.41 | 0.14 | 347.07 | 0.62 | 0.64 |
| Hex | DC | 68 | 81 | 0 | 35 | 29 | E | 15B | 3E | 40 |
| Octal | 334 | 150 | 201 | 0 | 65 | 51 | 16 | 533 | 76 | 100 |
| Binary | 11011100 | 1101000 | 10000001 | 0 | 110101 | 101001 | 1110 | 101011011 | 111110 | 1000000 |
Color Harmonies of #DC6881
Complementary color
Monochromatic Colors of #DC6881
Black with #DC6881
Text Example
Text Example
White with #DC6881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6881; }
p { color: rgb(220,104,129); }
H1.HeaderClassName
{
color: #DC6881;
}
.AnyTagClassName
{
color: #DC6881;
}
</style>
background-color css
<style>
a { background-color: #DC6881; }
a { background-color: rgb(220,104,129); }
div.DivClassName
{
background-color: #DC6881;
}
.BgClassName
{
background-color: #DC6881;
}
</style>
border-color css
<style>
span { border-color: #DC6881; }
span { border-color: rgb(220,104,129); }
td.TdClassName
{
border-color: #DC6881;
}
.TagClassName
{
border-color: #DC6881;
}
</style>