Shades of Deep Cerise #DC298B
Tints of Deep Cerise #DC298B
RGB
CMYK
RGB Variations
Color information
#DC298B (or 0xDC298B) is known color: Deep Cerise. HEX triplet: DC, 29 and 8B. RGB value is (220,41,139). Sum of RGB (Red+Green+Blue) = 220+41+139=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC298B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC298B is #23D674. Grayscale: #696969. Windows color (decimal): -2348661 or 9120220. OLE color: 9120220.
HSL color Cylindrical-coordinate representation of color #DC298B: hue angle of 327.15º 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 #DC298B is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 139 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.14 |
| HSL | 327.15º | 0.72% | 0.51% | - |
| HSV(B) | 327.15º | 0.81% | 0.86% | - |
| XYZ | 34.97 | 18.67 | 26.19 | - |
| YUV | 105.69 | 146.8 | 209.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 139 | 0 | 0.81 | 0.37 | 0.14 | 327.15 | 0.72 | 0.51 |
| Hex | DC | 29 | 8B | 0 | 51 | 25 | E | 147 | 48 | 33 |
| Octal | 334 | 51 | 213 | 0 | 121 | 45 | 16 | 507 | 110 | 63 |
| Binary | 11011100 | 101001 | 10001011 | 0 | 1010001 | 100101 | 1110 | 101000111 | 1001000 | 110011 |
Color Harmonies of #DC298B
Complementary color
Monochromatic Colors of #DC298B
Black with #DC298B
Text Example
Text Example
White with #DC298B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC298B; }
p { color: rgb(220,41,139); }
H1.HeaderClassName
{
color: #DC298B;
}
.AnyTagClassName
{
color: #DC298B;
}
</style>
background-color css
<style>
a { background-color: #DC298B; }
a { background-color: rgb(220,41,139); }
div.DivClassName
{
background-color: #DC298B;
}
.BgClassName
{
background-color: #DC298B;
}
</style>
border-color css
<style>
span { border-color: #DC298B; }
span { border-color: rgb(220,41,139); }
td.TdClassName
{
border-color: #DC298B;
}
.TagClassName
{
border-color: #DC298B;
}
</style>