Shades of Deep Cerise #DC298A
Tints of Deep Cerise #DC298A
RGB
CMYK
RGB Variations
Color information
#DC298A (or 0xDC298A) is known color: Deep Cerise. HEX triplet: DC, 29 and 8A. RGB value is (220,41,138). Sum of RGB (Red+Green+Blue) = 220+41+138=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC298A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC298A is #23D675. Grayscale: #696969. Windows color (decimal): -2348662 or 9054684. OLE color: 9054684.
HSL color Cylindrical-coordinate representation of color #DC298A: hue angle of 327.49º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC298A is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 138 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.14 |
| HSL | 327.49º | 0.72% | 0.51% | - |
| HSV(B) | 327.49º | 0.81% | 0.86% | - |
| XYZ | 34.9 | 18.64 | 25.8 | - |
| YUV | 105.58 | 146.3 | 209.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 138 | 0 | 0.81 | 0.37 | 0.14 | 327.49 | 0.72 | 0.51 |
| Hex | DC | 29 | 8A | 0 | 51 | 25 | E | 147 | 48 | 33 |
| Octal | 334 | 51 | 212 | 0 | 121 | 45 | 16 | 507 | 110 | 63 |
| Binary | 11011100 | 101001 | 10001010 | 0 | 1010001 | 100101 | 1110 | 101000111 | 1001000 | 110011 |
Color Harmonies of #DC298A
Complementary color
Monochromatic Colors of #DC298A
Black with #DC298A
Text Example
Text Example
White with #DC298A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC298A; }
p { color: rgb(220,41,138); }
H1.HeaderClassName
{
color: #DC298A;
}
.AnyTagClassName
{
color: #DC298A;
}
</style>
background-color css
<style>
a { background-color: #DC298A; }
a { background-color: rgb(220,41,138); }
div.DivClassName
{
background-color: #DC298A;
}
.BgClassName
{
background-color: #DC298A;
}
</style>
border-color css
<style>
span { border-color: #DC298A; }
span { border-color: rgb(220,41,138); }
td.TdClassName
{
border-color: #DC298A;
}
.TagClassName
{
border-color: #DC298A;
}
</style>