Shades of Deep Cerise #DC288C
Tints of Deep Cerise #DC288C
RGB
CMYK
RGB Variations
Color information
#DC288C (or 0xDC288C) is known color: Deep Cerise. HEX triplet: DC, 28 and 8C. RGB value is (220,40,140). Sum of RGB (Red+Green+Blue) = 220+40+140=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 40 (16.02% from 255 or 10% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC288C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC288C is #23D773. Grayscale: #696969. Windows color (decimal): -2348916 or 9185500. OLE color: 9185500.
HSL color Cylindrical-coordinate representation of color #DC288C: hue angle of 326.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC288C is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 140 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.14 |
| HSL | 326.67º | 0.72% | 0.51% | - |
| HSV(B) | 326.67º | 0.82% | 0.86% | - |
| XYZ | 35.01 | 18.63 | 26.56 | - |
| YUV | 105.22 | 147.63 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 140 | 0 | 0.82 | 0.36 | 0.14 | 326.67 | 0.72 | 0.51 |
| Hex | DC | 28 | 8C | 0 | 52 | 24 | E | 147 | 48 | 33 |
| Octal | 334 | 50 | 214 | 0 | 122 | 44 | 16 | 507 | 110 | 63 |
| Binary | 11011100 | 101000 | 10001100 | 0 | 1010010 | 100100 | 1110 | 101000111 | 1001000 | 110011 |
Color Harmonies of #DC288C
Complementary color
Monochromatic Colors of #DC288C
Black with #DC288C
Text Example
Text Example
White with #DC288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC288C; }
p { color: rgb(220,40,140); }
H1.HeaderClassName
{
color: #DC288C;
}
.AnyTagClassName
{
color: #DC288C;
}
</style>
background-color css
<style>
a { background-color: #DC288C; }
a { background-color: rgb(220,40,140); }
div.DivClassName
{
background-color: #DC288C;
}
.BgClassName
{
background-color: #DC288C;
}
</style>
border-color css
<style>
span { border-color: #DC288C; }
span { border-color: rgb(220,40,140); }
td.TdClassName
{
border-color: #DC288C;
}
.TagClassName
{
border-color: #DC288C;
}
</style>