Shades of Deep Cerise #DC367B
Tints of Deep Cerise #DC367B
RGB
CMYK
RGB Variations
Color information
#DC367B (or 0xDC367B) is known color: Deep Cerise. HEX triplet: DC, 36 and 7B. RGB value is (220,54,123). Sum of RGB (Red+Green+Blue) = 220+54+123=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC367B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC367B is #23C984. Grayscale: #6F6F6F. Windows color (decimal): -2345349 or 8074972. OLE color: 8074972.
HSL color Cylindrical-coordinate representation of color #DC367B: hue angle of 335.06º 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 #DC367B is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 123 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.14 |
| HSL | 335.06º | 0.7% | 0.54% | - |
| HSV(B) | 335.06º | 0.75% | 0.86% | - |
| XYZ | 34.41 | 19.28 | 20.65 | - |
| YUV | 111.5 | 134.5 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 123 | 0 | 0.75 | 0.44 | 0.14 | 335.06 | 0.7 | 0.54 |
| Hex | DC | 36 | 7B | 0 | 4B | 2C | E | 14F | 46 | 36 |
| Octal | 334 | 66 | 173 | 0 | 113 | 54 | 16 | 517 | 106 | 66 |
| Binary | 11011100 | 110110 | 1111011 | 0 | 1001011 | 101100 | 1110 | 101001111 | 1000110 | 110110 |
Color Harmonies of #DC367B
Complementary color
Monochromatic Colors of #DC367B
Black with #DC367B
Text Example
Text Example
White with #DC367B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC367B; }
p { color: rgb(220,54,123); }
H1.HeaderClassName
{
color: #DC367B;
}
.AnyTagClassName
{
color: #DC367B;
}
</style>
background-color css
<style>
a { background-color: #DC367B; }
a { background-color: rgb(220,54,123); }
div.DivClassName
{
background-color: #DC367B;
}
.BgClassName
{
background-color: #DC367B;
}
</style>
border-color css
<style>
span { border-color: #DC367B; }
span { border-color: rgb(220,54,123); }
td.TdClassName
{
border-color: #DC367B;
}
.TagClassName
{
border-color: #DC367B;
}
</style>