Shades of Deep Cerise #DC2D94
Tints of Deep Cerise #DC2D94
RGB
CMYK
RGB Variations
Color information
#DC2D94 (or 0xDC2D94) is known color: Deep Cerise. HEX triplet: DC, 2D and 94. RGB value is (220,45,148). Sum of RGB (Red+Green+Blue) = 220+45+148=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 45 (17.97% from 255 or 10.90% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2D94 is #23D26B. Grayscale: #6C6C6C. Windows color (decimal): -2347628 or 9711068. OLE color: 9711068.
HSL color Cylindrical-coordinate representation of color #DC2D94: hue angle of 324.69º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2D94 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 45 | 148 | - |
| CMYK | 0 | 0.80 | 0.33 | 0.14 |
| HSL | 324.69º | 0.71% | 0.52% | - |
| HSV(B) | 324.69º | 0.8% | 0.86% | - |
| XYZ | 35.8 | 19.23 | 29.84 | - |
| YUV | 109.07 | 149.98 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 45 | 148 | 0 | 0.80 | 0.33 | 0.14 | 324.69 | 0.71 | 0.52 |
| Hex | DC | 2D | 94 | 0 | 50 | 21 | E | 145 | 47 | 34 |
| Octal | 334 | 55 | 224 | 0 | 120 | 41 | 16 | 505 | 107 | 64 |
| Binary | 11011100 | 101101 | 10010100 | 0 | 1010000 | 100001 | 1110 | 101000101 | 1000111 | 110100 |
Color Harmonies of #DC2D94
Complementary color
Monochromatic Colors of #DC2D94
Black with #DC2D94
Text Example
Text Example
White with #DC2D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2D94; }
p { color: rgb(220,45,148); }
H1.HeaderClassName
{
color: #DC2D94;
}
.AnyTagClassName
{
color: #DC2D94;
}
</style>
background-color css
<style>
a { background-color: #DC2D94; }
a { background-color: rgb(220,45,148); }
div.DivClassName
{
background-color: #DC2D94;
}
.BgClassName
{
background-color: #DC2D94;
}
</style>
border-color css
<style>
span { border-color: #DC2D94; }
span { border-color: rgb(220,45,148); }
td.TdClassName
{
border-color: #DC2D94;
}
.TagClassName
{
border-color: #DC2D94;
}
</style>