Shades of Deep Blush #DC6E81
Tints of Deep Blush #DC6E81
RGB
CMYK
RGB Variations
Color information
#DC6E81 (or 0xDC6E81) is known color: Deep Blush. HEX triplet: DC, 6E and 81. RGB value is (220,110,129). Sum of RGB (Red+Green+Blue) = 220+110+129=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6E81 is #23917E. Grayscale: #919191. Windows color (decimal): -2331007 or 8482524. OLE color: 8482524.
HSL color Cylindrical-coordinate representation of color #DC6E81: hue angle of 349.64º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6E81 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 110 | 129 | - |
| CMYK | 0 | 0.50 | 0.41 | 0.14 |
| HSL | 349.64º | 0.61% | 0.65% | - |
| HSV(B) | 349.64º | 0.5% | 0.86% | - |
| XYZ | 39.05 | 27.95 | 24.11 | - |
| YUV | 145.06 | 118.94 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 129 | 0 | 0.50 | 0.41 | 0.14 | 349.64 | 0.61 | 0.65 |
| Hex | DC | 6E | 81 | 0 | 32 | 29 | E | 15E | 3D | 41 |
| Octal | 334 | 156 | 201 | 0 | 62 | 51 | 16 | 536 | 75 | 101 |
| Binary | 11011100 | 1101110 | 10000001 | 0 | 110010 | 101001 | 1110 | 101011110 | 111101 | 1000001 |
Color Harmonies of #DC6E81
Complementary color
Monochromatic Colors of #DC6E81
Black with #DC6E81
Text Example
Text Example
White with #DC6E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6E81; }
p { color: rgb(220,110,129); }
H1.HeaderClassName
{
color: #DC6E81;
}
.AnyTagClassName
{
color: #DC6E81;
}
</style>
background-color css
<style>
a { background-color: #DC6E81; }
a { background-color: rgb(220,110,129); }
div.DivClassName
{
background-color: #DC6E81;
}
.BgClassName
{
background-color: #DC6E81;
}
</style>
border-color css
<style>
span { border-color: #DC6E81; }
span { border-color: rgb(220,110,129); }
td.TdClassName
{
border-color: #DC6E81;
}
.TagClassName
{
border-color: #DC6E81;
}
</style>