Shades of Deep Cerise #DC297A
Tints of Deep Cerise #DC297A
RGB
CMYK
RGB Variations
Color information
#DC297A (or 0xDC297A) is known color: Deep Cerise. HEX triplet: DC, 29 and 7A. RGB value is (220,41,122). Sum of RGB (Red+Green+Blue) = 220+41+122=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC297A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC297A is #23D685. Grayscale: #676767. Windows color (decimal): -2348678 or 8006108. OLE color: 8006108.
HSL color Cylindrical-coordinate representation of color #DC297A: hue angle of 332.85º 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 #DC297A is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 41 | 122 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.14 |
| HSL | 332.85º | 0.72% | 0.51% | - |
| HSV(B) | 332.85º | 0.81% | 0.86% | - |
| XYZ | 33.82 | 18.21 | 20.14 | - |
| YUV | 103.76 | 138.3 | 210.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 41 | 122 | 0 | 0.81 | 0.45 | 0.14 | 332.85 | 0.72 | 0.51 |
| Hex | DC | 29 | 7A | 0 | 51 | 2D | E | 14D | 48 | 33 |
| Octal | 334 | 51 | 172 | 0 | 121 | 55 | 16 | 515 | 110 | 63 |
| Binary | 11011100 | 101001 | 1111010 | 0 | 1010001 | 101101 | 1110 | 101001101 | 1001000 | 110011 |
Color Harmonies of #DC297A
Complementary color
Monochromatic Colors of #DC297A
Black with #DC297A
Text Example
Text Example
White with #DC297A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC297A; }
p { color: rgb(220,41,122); }
H1.HeaderClassName
{
color: #DC297A;
}
.AnyTagClassName
{
color: #DC297A;
}
</style>
background-color css
<style>
a { background-color: #DC297A; }
a { background-color: rgb(220,41,122); }
div.DivClassName
{
background-color: #DC297A;
}
.BgClassName
{
background-color: #DC297A;
}
</style>
border-color css
<style>
span { border-color: #DC297A; }
span { border-color: rgb(220,41,122); }
td.TdClassName
{
border-color: #DC297A;
}
.TagClassName
{
border-color: #DC297A;
}
</style>