Shades of Deep Cerise #DC368E
Tints of Deep Cerise #DC368E
RGB
CMYK
RGB Variations
Color information
#DC368E (or 0xDC368E) is known color: Deep Cerise. HEX triplet: DC, 36 and 8E. RGB value is (220,54,142). Sum of RGB (Red+Green+Blue) = 220+54+142=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 54 (21.48% from 255 or 12.98% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC368E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC368E is #23C971. Grayscale: #717171. Windows color (decimal): -2345330 or 9320156. OLE color: 9320156.
HSL color Cylindrical-coordinate representation of color #DC368E: hue angle of 328.19º 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 #DC368E is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 142 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.14 |
| HSL | 328.19º | 0.7% | 0.54% | - |
| HSV(B) | 328.19º | 0.75% | 0.86% | - |
| XYZ | 35.72 | 19.81 | 27.53 | - |
| YUV | 113.67 | 144 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 142 | 0 | 0.75 | 0.35 | 0.14 | 328.19 | 0.7 | 0.54 |
| Hex | DC | 36 | 8E | 0 | 4B | 23 | E | 148 | 46 | 36 |
| Octal | 334 | 66 | 216 | 0 | 113 | 43 | 16 | 510 | 106 | 66 |
| Binary | 11011100 | 110110 | 10001110 | 0 | 1001011 | 100011 | 1110 | 101001000 | 1000110 | 110110 |
Color Harmonies of #DC368E
Complementary color
Monochromatic Colors of #DC368E
Black with #DC368E
Text Example
Text Example
White with #DC368E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC368E; }
p { color: rgb(220,54,142); }
H1.HeaderClassName
{
color: #DC368E;
}
.AnyTagClassName
{
color: #DC368E;
}
</style>
background-color css
<style>
a { background-color: #DC368E; }
a { background-color: rgb(220,54,142); }
div.DivClassName
{
background-color: #DC368E;
}
.BgClassName
{
background-color: #DC368E;
}
</style>
border-color css
<style>
span { border-color: #DC368E; }
span { border-color: rgb(220,54,142); }
td.TdClassName
{
border-color: #DC368E;
}
.TagClassName
{
border-color: #DC368E;
}
</style>