Shades of Deep Cerise #DC2483
Tints of Deep Cerise #DC2483
RGB
CMYK
RGB Variations
Color information
#DC2483 (or 0xDC2483) is known color: Deep Cerise. HEX triplet: DC, 24 and 83. RGB value is (220,36,131). Sum of RGB (Red+Green+Blue) = 220+36+131=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 36 (14.45% from 255 or 9.30% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2483 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2483 is #23DB7C. Grayscale: #656565. Windows color (decimal): -2349949 or 8594652. OLE color: 8594652.
HSL color Cylindrical-coordinate representation of color #DC2483: hue angle of 329.02º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC2483 is Cyan = 0, Magento = 0.84, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 131 | - |
| CMYK | 0 | 0.84 | 0.40 | 0.14 |
| HSL | 329.02º | 0.72% | 0.5% | - |
| HSV(B) | 329.02º | 0.84% | 0.86% | - |
| XYZ | 34.24 | 18.12 | 23.16 | - |
| YUV | 101.85 | 144.46 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 131 | 0 | 0.84 | 0.40 | 0.14 | 329.02 | 0.72 | 0.5 |
| Hex | DC | 24 | 83 | 0 | 54 | 28 | E | 149 | 48 | 32 |
| Octal | 334 | 44 | 203 | 0 | 124 | 50 | 16 | 511 | 110 | 62 |
| Binary | 11011100 | 100100 | 10000011 | 0 | 1010100 | 101000 | 1110 | 101001001 | 1001000 | 110010 |
Color Harmonies of #DC2483
Complementary color
Monochromatic Colors of #DC2483
Black with #DC2483
Text Example
Text Example
White with #DC2483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2483; }
p { color: rgb(220,36,131); }
H1.HeaderClassName
{
color: #DC2483;
}
.AnyTagClassName
{
color: #DC2483;
}
</style>
background-color css
<style>
a { background-color: #DC2483; }
a { background-color: rgb(220,36,131); }
div.DivClassName
{
background-color: #DC2483;
}
.BgClassName
{
background-color: #DC2483;
}
</style>
border-color css
<style>
span { border-color: #DC2483; }
span { border-color: rgb(220,36,131); }
td.TdClassName
{
border-color: #DC2483;
}
.TagClassName
{
border-color: #DC2483;
}
</style>