Shades of Deep Cerise #DC3693
Tints of Deep Cerise #DC3693
RGB
CMYK
RGB Variations
Color information
#DC3693 (or 0xDC3693) is known color: Deep Cerise. HEX triplet: DC, 36 and 93. RGB value is (220,54,147). Sum of RGB (Red+Green+Blue) = 220+54+147=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 54 (21.48% from 255 or 12.83% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3693 is #23C96C. Grayscale: #727272. Windows color (decimal): -2345325 or 9647836. OLE color: 9647836.
HSL color Cylindrical-coordinate representation of color #DC3693: hue angle of 326.39º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC3693 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 147 | - |
| CMYK | 0 | 0.75 | 0.33 | 0.14 |
| HSL | 326.39º | 0.7% | 0.54% | - |
| HSV(B) | 326.39º | 0.75% | 0.86% | - |
| XYZ | 36.1 | 19.96 | 29.55 | - |
| YUV | 114.24 | 146.5 | 203.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 147 | 0 | 0.75 | 0.33 | 0.14 | 326.39 | 0.7 | 0.54 |
| Hex | DC | 36 | 93 | 0 | 4B | 21 | E | 146 | 46 | 36 |
| Octal | 334 | 66 | 223 | 0 | 113 | 41 | 16 | 506 | 106 | 66 |
| Binary | 11011100 | 110110 | 10010011 | 0 | 1001011 | 100001 | 1110 | 101000110 | 1000110 | 110110 |
Color Harmonies of #DC3693
Complementary color
Monochromatic Colors of #DC3693
Black with #DC3693
Text Example
Text Example
White with #DC3693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3693; }
p { color: rgb(220,54,147); }
H1.HeaderClassName
{
color: #DC3693;
}
.AnyTagClassName
{
color: #DC3693;
}
</style>
background-color css
<style>
a { background-color: #DC3693; }
a { background-color: rgb(220,54,147); }
div.DivClassName
{
background-color: #DC3693;
}
.BgClassName
{
background-color: #DC3693;
}
</style>
border-color css
<style>
span { border-color: #DC3693; }
span { border-color: rgb(220,54,147); }
td.TdClassName
{
border-color: #DC3693;
}
.TagClassName
{
border-color: #DC3693;
}
</style>