Shades of Deep Blush #DC6985
Tints of Deep Blush #DC6985
RGB
CMYK
RGB Variations
Color information
#DC6985 (or 0xDC6985) is known color: Deep Blush. HEX triplet: DC, 69 and 85. RGB value is (220,105,133). Sum of RGB (Red+Green+Blue) = 220+105+133=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6985 is #23967A. Grayscale: #8E8E8E. Windows color (decimal): -2332283 or 8743388. OLE color: 8743388.
HSL color Cylindrical-coordinate representation of color #DC6985: hue angle of 345.39º 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 #DC6985 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 133 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.14 |
| HSL | 345.39º | 0.62% | 0.64% | - |
| HSV(B) | 345.39º | 0.52% | 0.86% | - |
| XYZ | 38.8 | 27.01 | 25.36 | - |
| YUV | 142.58 | 122.6 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 133 | 0 | 0.52 | 0.40 | 0.14 | 345.39 | 0.62 | 0.64 |
| Hex | DC | 69 | 85 | 0 | 34 | 28 | E | 159 | 3E | 40 |
| Octal | 334 | 151 | 205 | 0 | 64 | 50 | 16 | 531 | 76 | 100 |
| Binary | 11011100 | 1101001 | 10000101 | 0 | 110100 | 101000 | 1110 | 101011001 | 111110 | 1000000 |
Color Harmonies of #DC6985
Complementary color
Monochromatic Colors of #DC6985
Black with #DC6985
Text Example
Text Example
White with #DC6985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6985; }
p { color: rgb(220,105,133); }
H1.HeaderClassName
{
color: #DC6985;
}
.AnyTagClassName
{
color: #DC6985;
}
</style>
background-color css
<style>
a { background-color: #DC6985; }
a { background-color: rgb(220,105,133); }
div.DivClassName
{
background-color: #DC6985;
}
.BgClassName
{
background-color: #DC6985;
}
</style>
border-color css
<style>
span { border-color: #DC6985; }
span { border-color: rgb(220,105,133); }
td.TdClassName
{
border-color: #DC6985;
}
.TagClassName
{
border-color: #DC6985;
}
</style>