Shades of Deep Cerise #DC2D83
Tints of Deep Cerise #DC2D83
RGB
CMYK
RGB Variations
Color information
#DC2D83 (or 0xDC2D83) is known color: Deep Cerise. HEX triplet: DC, 2D and 83. RGB value is (220,45,131). Sum of RGB (Red+Green+Blue) = 220+45+131=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2D83 is #23D27C. Grayscale: #6A6A6A. Windows color (decimal): -2347645 or 8596956. OLE color: 8596956.
HSL color Cylindrical-coordinate representation of color #DC2D83: hue angle of 330.51º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2D83 is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 131 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.14 |
| HSL | 330.51º | 0.71% | 0.52% | - |
| HSV(B) | 330.51º | 0.8% | 0.86% | - |
| XYZ | 34.55 | 18.73 | 23.27 | - |
| YUV | 107.13 | 141.48 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 131 | 0 | 0.80 | 0.40 | 0.14 | 330.51 | 0.71 | 0.52 |
| Hex | DC | 2D | 83 | 0 | 50 | 28 | E | 14B | 47 | 34 |
| Octal | 334 | 55 | 203 | 0 | 120 | 50 | 16 | 513 | 107 | 64 |
| Binary | 11011100 | 101101 | 10000011 | 0 | 1010000 | 101000 | 1110 | 101001011 | 1000111 | 110100 |
Color Harmonies of #DC2D83
Complementary color
Monochromatic Colors of #DC2D83
Black with #DC2D83
Text Example
Text Example
White with #DC2D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2D83; }
p { color: rgb(220,45,131); }
H1.HeaderClassName
{
color: #DC2D83;
}
.AnyTagClassName
{
color: #DC2D83;
}
</style>
background-color css
<style>
a { background-color: #DC2D83; }
a { background-color: rgb(220,45,131); }
div.DivClassName
{
background-color: #DC2D83;
}
.BgClassName
{
background-color: #DC2D83;
}
</style>
border-color css
<style>
span { border-color: #DC2D83; }
span { border-color: rgb(220,45,131); }
td.TdClassName
{
border-color: #DC2D83;
}
.TagClassName
{
border-color: #DC2D83;
}
</style>