Shades of Deep Blush #DC6781
Tints of Deep Blush #DC6781
RGB
CMYK
RGB Variations
Color information
#DC6781 (or 0xDC6781) is known color: Deep Blush. HEX triplet: DC, 67 and 81. RGB value is (220,103,129). Sum of RGB (Red+Green+Blue) = 220+103+129=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 103 (40.62% from 255 or 22.79% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6781 is #23987E. Grayscale: #8C8C8C. Windows color (decimal): -2332799 or 8480732. OLE color: 8480732.
HSL color Cylindrical-coordinate representation of color #DC6781: hue angle of 346.67º 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 #DC6781 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 103 | 129 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.14 |
| HSL | 346.67º | 0.63% | 0.63% | - |
| HSV(B) | 346.67º | 0.53% | 0.86% | - |
| XYZ | 38.33 | 26.5 | 23.86 | - |
| YUV | 140.95 | 121.26 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 103 | 129 | 0 | 0.53 | 0.41 | 0.14 | 346.67 | 0.63 | 0.63 |
| Hex | DC | 67 | 81 | 0 | 35 | 29 | E | 15B | 3F | 3F |
| Octal | 334 | 147 | 201 | 0 | 65 | 51 | 16 | 533 | 77 | 77 |
| Binary | 11011100 | 1100111 | 10000001 | 0 | 110101 | 101001 | 1110 | 101011011 | 111111 | 111111 |
Color Harmonies of #DC6781
Complementary color
Monochromatic Colors of #DC6781
Black with #DC6781
Text Example
Text Example
White with #DC6781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6781; }
p { color: rgb(220,103,129); }
H1.HeaderClassName
{
color: #DC6781;
}
.AnyTagClassName
{
color: #DC6781;
}
</style>
background-color css
<style>
a { background-color: #DC6781; }
a { background-color: rgb(220,103,129); }
div.DivClassName
{
background-color: #DC6781;
}
.BgClassName
{
background-color: #DC6781;
}
</style>
border-color css
<style>
span { border-color: #DC6781; }
span { border-color: rgb(220,103,129); }
td.TdClassName
{
border-color: #DC6781;
}
.TagClassName
{
border-color: #DC6781;
}
</style>