Shades of Deep Cerise #DC368C
Tints of Deep Cerise #DC368C
RGB
CMYK
RGB Variations
Color information
#DC368C (or 0xDC368C) is known color: Deep Cerise. HEX triplet: DC, 36 and 8C. RGB value is (220,54,140). Sum of RGB (Red+Green+Blue) = 220+54+140=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 54 (21.48% from 255 or 13.04% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC368C is #23C973. Grayscale: #717171. Windows color (decimal): -2345332 or 9189084. OLE color: 9189084.
HSL color Cylindrical-coordinate representation of color #DC368C: hue angle of 328.92º 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 #DC368C is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 140 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.14 |
| HSL | 328.92º | 0.7% | 0.54% | - |
| HSV(B) | 328.92º | 0.75% | 0.86% | - |
| XYZ | 35.57 | 19.75 | 26.75 | - |
| YUV | 113.44 | 143 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 140 | 0 | 0.75 | 0.36 | 0.14 | 328.92 | 0.7 | 0.54 |
| Hex | DC | 36 | 8C | 0 | 4B | 24 | E | 149 | 46 | 36 |
| Octal | 334 | 66 | 214 | 0 | 113 | 44 | 16 | 511 | 106 | 66 |
| Binary | 11011100 | 110110 | 10001100 | 0 | 1001011 | 100100 | 1110 | 101001001 | 1000110 | 110110 |
Color Harmonies of #DC368C
Complementary color
Monochromatic Colors of #DC368C
Black with #DC368C
Text Example
Text Example
White with #DC368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC368C; }
p { color: rgb(220,54,140); }
H1.HeaderClassName
{
color: #DC368C;
}
.AnyTagClassName
{
color: #DC368C;
}
</style>
background-color css
<style>
a { background-color: #DC368C; }
a { background-color: rgb(220,54,140); }
div.DivClassName
{
background-color: #DC368C;
}
.BgClassName
{
background-color: #DC368C;
}
</style>
border-color css
<style>
span { border-color: #DC368C; }
span { border-color: rgb(220,54,140); }
td.TdClassName
{
border-color: #DC368C;
}
.TagClassName
{
border-color: #DC368C;
}
</style>