Shades of Deep Cerise #DC298F
Tints of Deep Cerise #DC298F
RGB
CMYK
RGB Variations
Color information
#DC298F (or 0xDC298F) is known color: Deep Cerise. HEX triplet: DC, 29 and 8F. RGB value is (220,41,143). Sum of RGB (Red+Green+Blue) = 220+41+143=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC298F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC298F is #23D670. Grayscale: #696969. Windows color (decimal): -2348657 or 9382364. OLE color: 9382364.
HSL color Cylindrical-coordinate representation of color #DC298F: hue angle of 325.81º 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 #DC298F is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 143 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.14 |
| HSL | 325.81º | 0.72% | 0.51% | - |
| HSV(B) | 325.81º | 0.81% | 0.86% | - |
| XYZ | 35.27 | 18.78 | 27.75 | - |
| YUV | 106.15 | 148.8 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 143 | 0 | 0.81 | 0.35 | 0.14 | 325.81 | 0.72 | 0.51 |
| Hex | DC | 29 | 8F | 0 | 51 | 23 | E | 146 | 48 | 33 |
| Octal | 334 | 51 | 217 | 0 | 121 | 43 | 16 | 506 | 110 | 63 |
| Binary | 11011100 | 101001 | 10001111 | 0 | 1010001 | 100011 | 1110 | 101000110 | 1001000 | 110011 |
Color Harmonies of #DC298F
Complementary color
Monochromatic Colors of #DC298F
Black with #DC298F
Text Example
Text Example
White with #DC298F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC298F; }
p { color: rgb(220,41,143); }
H1.HeaderClassName
{
color: #DC298F;
}
.AnyTagClassName
{
color: #DC298F;
}
</style>
background-color css
<style>
a { background-color: #DC298F; }
a { background-color: rgb(220,41,143); }
div.DivClassName
{
background-color: #DC298F;
}
.BgClassName
{
background-color: #DC298F;
}
</style>
border-color css
<style>
span { border-color: #DC298F; }
span { border-color: rgb(220,41,143); }
td.TdClassName
{
border-color: #DC298F;
}
.TagClassName
{
border-color: #DC298F;
}
</style>