Shades of Deep Cerise #DC369E
Tints of Deep Cerise #DC369E
RGB
CMYK
RGB Variations
Color information
#DC369E (or 0xDC369E) is known color: Deep Cerise. HEX triplet: DC, 36 and 9E. RGB value is (220,54,158). Sum of RGB (Red+Green+Blue) = 220+54+158=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 54 (21.48% from 255 or 12.5% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC369E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC369E is #23C961. Grayscale: #737373. Windows color (decimal): -2345314 or 10368732. OLE color: 10368732.
HSL color Cylindrical-coordinate representation of color #DC369E: hue angle of 322.41º 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 #DC369E is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 158 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.14 |
| HSL | 322.41º | 0.7% | 0.54% | - |
| HSV(B) | 322.41º | 0.75% | 0.86% | - |
| XYZ | 37.01 | 20.32 | 34.32 | - |
| YUV | 115.49 | 152 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 158 | 0 | 0.75 | 0.28 | 0.14 | 322.41 | 0.7 | 0.54 |
| Hex | DC | 36 | 9E | 0 | 4B | 1C | E | 142 | 46 | 36 |
| Octal | 334 | 66 | 236 | 0 | 113 | 34 | 16 | 502 | 106 | 66 |
| Binary | 11011100 | 110110 | 10011110 | 0 | 1001011 | 11100 | 1110 | 101000010 | 1000110 | 110110 |
Color Harmonies of #DC369E
Complementary color
Monochromatic Colors of #DC369E
Black with #DC369E
Text Example
Text Example
White with #DC369E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC369E; }
p { color: rgb(220,54,158); }
H1.HeaderClassName
{
color: #DC369E;
}
.AnyTagClassName
{
color: #DC369E;
}
</style>
background-color css
<style>
a { background-color: #DC369E; }
a { background-color: rgb(220,54,158); }
div.DivClassName
{
background-color: #DC369E;
}
.BgClassName
{
background-color: #DC369E;
}
</style>
border-color css
<style>
span { border-color: #DC369E; }
span { border-color: rgb(220,54,158); }
td.TdClassName
{
border-color: #DC369E;
}
.TagClassName
{
border-color: #DC369E;
}
</style>