Shades of Deep Cerise #DC3B9D
Tints of Deep Cerise #DC3B9D
RGB
CMYK
RGB Variations
Color information
#DC3B9D (or 0xDC3B9D) is known color: Deep Cerise. HEX triplet: DC, 3B and 9D. RGB value is (220,59,157). Sum of RGB (Red+Green+Blue) = 220+59+157=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 59 (23.44% from 255 or 13.53% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3B9D is #23C462. Grayscale: #767676. Windows color (decimal): -2344035 or 10304476. OLE color: 10304476.
HSL color Cylindrical-coordinate representation of color #DC3B9D: hue angle of 323.48º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC3B9D is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 59 | 157 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.14 |
| HSL | 323.48º | 0.7% | 0.55% | - |
| HSV(B) | 323.48º | 0.73% | 0.86% | - |
| XYZ | 37.16 | 20.78 | 33.95 | - |
| YUV | 118.31 | 149.84 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 59 | 157 | 0 | 0.73 | 0.29 | 0.14 | 323.48 | 0.7 | 0.55 |
| Hex | DC | 3B | 9D | 0 | 49 | 1D | E | 143 | 46 | 37 |
| Octal | 334 | 73 | 235 | 0 | 111 | 35 | 16 | 503 | 106 | 67 |
| Binary | 11011100 | 111011 | 10011101 | 0 | 1001001 | 11101 | 1110 | 101000011 | 1000110 | 110111 |
Color Harmonies of #DC3B9D
Complementary color
Monochromatic Colors of #DC3B9D
Black with #DC3B9D
Text Example
Text Example
White with #DC3B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3B9D; }
p { color: rgb(220,59,157); }
H1.HeaderClassName
{
color: #DC3B9D;
}
.AnyTagClassName
{
color: #DC3B9D;
}
</style>
background-color css
<style>
a { background-color: #DC3B9D; }
a { background-color: rgb(220,59,157); }
div.DivClassName
{
background-color: #DC3B9D;
}
.BgClassName
{
background-color: #DC3B9D;
}
</style>
border-color css
<style>
span { border-color: #DC3B9D; }
span { border-color: rgb(220,59,157); }
td.TdClassName
{
border-color: #DC3B9D;
}
.TagClassName
{
border-color: #DC3B9D;
}
</style>