Shades of Deep Cerise #DC289B
Tints of Deep Cerise #DC289B
RGB
CMYK
RGB Variations
Color information
#DC289B (or 0xDC289B) is known color: Deep Cerise. HEX triplet: DC, 28 and 9B. RGB value is (220,40,155). Sum of RGB (Red+Green+Blue) = 220+40+155=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC289B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC289B is #23D764. Grayscale: #6A6A6A. Windows color (decimal): -2348901 or 10168540. OLE color: 10168540.
HSL color Cylindrical-coordinate representation of color #DC289B: hue angle of 321.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 #DC289B is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 40 | 155 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.14 |
| HSL | 321.67º | 0.72% | 0.51% | - |
| HSV(B) | 321.67º | 0.82% | 0.86% | - |
| XYZ | 36.19 | 19.1 | 32.79 | - |
| YUV | 106.93 | 155.13 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 40 | 155 | 0 | 0.82 | 0.30 | 0.14 | 321.67 | 0.72 | 0.51 |
| Hex | DC | 28 | 9B | 0 | 52 | 1E | E | 142 | 48 | 33 |
| Octal | 334 | 50 | 233 | 0 | 122 | 36 | 16 | 502 | 110 | 63 |
| Binary | 11011100 | 101000 | 10011011 | 0 | 1010010 | 11110 | 1110 | 101000010 | 1001000 | 110011 |
Color Harmonies of #DC289B
Complementary color
Monochromatic Colors of #DC289B
Black with #DC289B
Text Example
Text Example
White with #DC289B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC289B; }
p { color: rgb(220,40,155); }
H1.HeaderClassName
{
color: #DC289B;
}
.AnyTagClassName
{
color: #DC289B;
}
</style>
background-color css
<style>
a { background-color: #DC289B; }
a { background-color: rgb(220,40,155); }
div.DivClassName
{
background-color: #DC289B;
}
.BgClassName
{
background-color: #DC289B;
}
</style>
border-color css
<style>
span { border-color: #DC289B; }
span { border-color: rgb(220,40,155); }
td.TdClassName
{
border-color: #DC289B;
}
.TagClassName
{
border-color: #DC289B;
}
</style>