Shades of Deep Cerise #DC357B
Tints of Deep Cerise #DC357B
RGB
CMYK
RGB Variations
Color information
#DC357B (or 0xDC357B) is known color: Deep Cerise. HEX triplet: DC, 35 and 7B. RGB value is (220,53,123). Sum of RGB (Red+Green+Blue) = 220+53+123=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC357B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC357B is #23CA84. Grayscale: #6E6E6E. Windows color (decimal): -2345605 or 8074716. OLE color: 8074716.
HSL color Cylindrical-coordinate representation of color #DC357B: hue angle of 334.85º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC357B is Cyan = 0, Magento = 0.76, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 53 | 123 | - |
| CMYK | 0 | 0.76 | 0.44 | 0.14 |
| HSL | 334.85º | 0.7% | 0.54% | - |
| HSV(B) | 334.85º | 0.76% | 0.86% | - |
| XYZ | 34.36 | 19.19 | 20.63 | - |
| YUV | 110.91 | 134.83 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 53 | 123 | 0 | 0.76 | 0.44 | 0.14 | 334.85 | 0.7 | 0.54 |
| Hex | DC | 35 | 7B | 0 | 4C | 2C | E | 14F | 46 | 36 |
| Octal | 334 | 65 | 173 | 0 | 114 | 54 | 16 | 517 | 106 | 66 |
| Binary | 11011100 | 110101 | 1111011 | 0 | 1001100 | 101100 | 1110 | 101001111 | 1000110 | 110110 |
Color Harmonies of #DC357B
Complementary color
Monochromatic Colors of #DC357B
Black with #DC357B
Text Example
Text Example
White with #DC357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC357B; }
p { color: rgb(220,53,123); }
H1.HeaderClassName
{
color: #DC357B;
}
.AnyTagClassName
{
color: #DC357B;
}
</style>
background-color css
<style>
a { background-color: #DC357B; }
a { background-color: rgb(220,53,123); }
div.DivClassName
{
background-color: #DC357B;
}
.BgClassName
{
background-color: #DC357B;
}
</style>
border-color css
<style>
span { border-color: #DC357B; }
span { border-color: rgb(220,53,123); }
td.TdClassName
{
border-color: #DC357B;
}
.TagClassName
{
border-color: #DC357B;
}
</style>