Shades of Deep Blush #DC6287
Tints of Deep Blush #DC6287
RGB
CMYK
RGB Variations
Color information
#DC6287 (or 0xDC6287) is known color: Deep Blush. HEX triplet: DC, 62 and 87. RGB value is (220,98,135). Sum of RGB (Red+Green+Blue) = 220+98+135=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6287 is #239D78. Grayscale: #8A8A8A. Windows color (decimal): -2334073 or 8872668. OLE color: 8872668.
HSL color Cylindrical-coordinate representation of color #DC6287: hue angle of 341.8º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC6287 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 135 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.14 |
| HSL | 341.8º | 0.64% | 0.62% | - |
| HSV(B) | 341.8º | 0.55% | 0.86% | - |
| XYZ | 38.26 | 25.7 | 25.87 | - |
| YUV | 138.7 | 125.92 | 185.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 135 | 0 | 0.55 | 0.39 | 0.14 | 341.8 | 0.64 | 0.62 |
| Hex | DC | 62 | 87 | 0 | 37 | 27 | E | 156 | 40 | 3E |
| Octal | 334 | 142 | 207 | 0 | 67 | 47 | 16 | 526 | 100 | 76 |
| Binary | 11011100 | 1100010 | 10000111 | 0 | 110111 | 100111 | 1110 | 101010110 | 1000000 | 111110 |
Color Harmonies of #DC6287
Complementary color
Monochromatic Colors of #DC6287
Black with #DC6287
Text Example
Text Example
White with #DC6287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6287; }
p { color: rgb(220,98,135); }
H1.HeaderClassName
{
color: #DC6287;
}
.AnyTagClassName
{
color: #DC6287;
}
</style>
background-color css
<style>
a { background-color: #DC6287; }
a { background-color: rgb(220,98,135); }
div.DivClassName
{
background-color: #DC6287;
}
.BgClassName
{
background-color: #DC6287;
}
</style>
border-color css
<style>
span { border-color: #DC6287; }
span { border-color: rgb(220,98,135); }
td.TdClassName
{
border-color: #DC6287;
}
.TagClassName
{
border-color: #DC6287;
}
</style>