Shades of Deep Cerise #DC289A
Tints of Deep Cerise #DC289A
RGB
CMYK
RGB Variations
Color information
#DC289A (or 0xDC289A) is known color: Deep Cerise. HEX triplet: DC, 28 and 9A. RGB value is (220,40,154). Sum of RGB (Red+Green+Blue) = 220+40+154=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 40 (16.02% from 255 or 9.66% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DC289A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC289A is #23D765. Grayscale: #6A6A6A. Windows color (decimal): -2348902 or 10103004. OLE color: 10103004.
HSL color Cylindrical-coordinate representation of color #DC289A: hue angle of 322º 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 #DC289A is Cyan = 0, Magento = 0.82, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 154 | - |
| CMYK | 0 | 0.82 | 0.3 | 0.14 |
| HSL | 322º | 0.72% | 0.51% | - |
| HSV(B) | 322º | 0.82% | 0.86% | - |
| XYZ | 36.11 | 19.07 | 32.35 | - |
| YUV | 106.82 | 154.63 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 154 | 0 | 0.82 | 0.3 | 0.14 | 322 | 0.72 | 0.51 |
| Hex | DC | 28 | 9A | 0 | 52 | 1E | E | 142 | 48 | 33 |
| Octal | 334 | 50 | 232 | 0 | 122 | 36 | 16 | 502 | 110 | 63 |
| Binary | 11011100 | 101000 | 10011010 | 0 | 1010010 | 11110 | 1110 | 101000010 | 1001000 | 110011 |
Color Harmonies of #DC289A
Complementary color
Monochromatic Colors of #DC289A
Black with #DC289A
Text Example
Text Example
White with #DC289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC289A; }
p { color: rgb(220,40,154); }
H1.HeaderClassName
{
color: #DC289A;
}
.AnyTagClassName
{
color: #DC289A;
}
</style>
background-color css
<style>
a { background-color: #DC289A; }
a { background-color: rgb(220,40,154); }
div.DivClassName
{
background-color: #DC289A;
}
.BgClassName
{
background-color: #DC289A;
}
</style>
border-color css
<style>
span { border-color: #DC289A; }
span { border-color: rgb(220,40,154); }
td.TdClassName
{
border-color: #DC289A;
}
.TagClassName
{
border-color: #DC289A;
}
</style>