Shades of Deep Blush #DC6286
Tints of Deep Blush #DC6286
RGB
CMYK
RGB Variations
Color information
#DC6286 (or 0xDC6286) is known color: Deep Blush. HEX triplet: DC, 62 and 86. RGB value is (220,98,134). Sum of RGB (Red+Green+Blue) = 220+98+134=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6286 is #239D79. Grayscale: #8A8A8A. Windows color (decimal): -2334074 or 8807132. OLE color: 8807132.
HSL color Cylindrical-coordinate representation of color #DC6286: hue angle of 342.3º 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 #DC6286 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 134 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.14 |
| HSL | 342.3º | 0.64% | 0.62% | - |
| HSV(B) | 342.3º | 0.55% | 0.86% | - |
| XYZ | 38.19 | 25.67 | 25.5 | - |
| YUV | 138.58 | 125.42 | 186.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 134 | 0 | 0.55 | 0.39 | 0.14 | 342.3 | 0.64 | 0.62 |
| Hex | DC | 62 | 86 | 0 | 37 | 27 | E | 156 | 40 | 3E |
| Octal | 334 | 142 | 206 | 0 | 67 | 47 | 16 | 526 | 100 | 76 |
| Binary | 11011100 | 1100010 | 10000110 | 0 | 110111 | 100111 | 1110 | 101010110 | 1000000 | 111110 |
Color Harmonies of #DC6286
Complementary color
Monochromatic Colors of #DC6286
Black with #DC6286
Text Example
Text Example
White with #DC6286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6286; }
p { color: rgb(220,98,134); }
H1.HeaderClassName
{
color: #DC6286;
}
.AnyTagClassName
{
color: #DC6286;
}
</style>
background-color css
<style>
a { background-color: #DC6286; }
a { background-color: rgb(220,98,134); }
div.DivClassName
{
background-color: #DC6286;
}
.BgClassName
{
background-color: #DC6286;
}
</style>
border-color css
<style>
span { border-color: #DC6286; }
span { border-color: rgb(220,98,134); }
td.TdClassName
{
border-color: #DC6286;
}
.TagClassName
{
border-color: #DC6286;
}
</style>