Shades of Deep Blush #DC7386
Tints of Deep Blush #DC7386
RGB
CMYK
RGB Variations
Color information
#DC7386 (or 0xDC7386) is known color: Deep Blush. HEX triplet: DC, 73 and 86. RGB value is (220,115,134). Sum of RGB (Red+Green+Blue) = 220+115+134=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC7386 is #238C79. Grayscale: #949494. Windows color (decimal): -2329722 or 8811484. OLE color: 8811484.
HSL color Cylindrical-coordinate representation of color #DC7386: hue angle of 349.14º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC7386 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 115 | 134 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.14 |
| HSL | 349.14º | 0.6% | 0.66% | - |
| HSV(B) | 349.14º | 0.48% | 0.86% | - |
| XYZ | 39.95 | 29.2 | 26.08 | - |
| YUV | 148.56 | 119.79 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 115 | 134 | 0 | 0.48 | 0.39 | 0.14 | 349.14 | 0.6 | 0.66 |
| Hex | DC | 73 | 86 | 0 | 30 | 27 | E | 15D | 3C | 42 |
| Octal | 334 | 163 | 206 | 0 | 60 | 47 | 16 | 535 | 74 | 102 |
| Binary | 11011100 | 1110011 | 10000110 | 0 | 110000 | 100111 | 1110 | 101011101 | 111100 | 1000010 |
Color Harmonies of #DC7386
Complementary color
Monochromatic Colors of #DC7386
Black with #DC7386
Text Example
Text Example
White with #DC7386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7386; }
p { color: rgb(220,115,134); }
H1.HeaderClassName
{
color: #DC7386;
}
.AnyTagClassName
{
color: #DC7386;
}
</style>
background-color css
<style>
a { background-color: #DC7386; }
a { background-color: rgb(220,115,134); }
div.DivClassName
{
background-color: #DC7386;
}
.BgClassName
{
background-color: #DC7386;
}
</style>
border-color css
<style>
span { border-color: #DC7386; }
span { border-color: rgb(220,115,134); }
td.TdClassName
{
border-color: #DC7386;
}
.TagClassName
{
border-color: #DC7386;
}
</style>