Shades of Deep Cerise #DC2A94
Tints of Deep Cerise #DC2A94
RGB
CMYK
RGB Variations
Color information
#DC2A94 (or 0xDC2A94) is known color: Deep Cerise. HEX triplet: DC, 2A and 94. RGB value is (220,42,148). Sum of RGB (Red+Green+Blue) = 220+42+148=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 42 (16.80% from 255 or 10.24% from 410); Blue value is 148 (58.20% from 255 or 36.10% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2A94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2A94 is #23D56B. Grayscale: #6B6B6B. Windows color (decimal): -2348396 or 9710300. OLE color: 9710300.
HSL color Cylindrical-coordinate representation of color #DC2A94: hue angle of 324.27º 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 #DC2A94 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 42 | 148 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.14 |
| HSL | 324.27º | 0.72% | 0.51% | - |
| HSV(B) | 324.27º | 0.81% | 0.86% | - |
| XYZ | 35.69 | 19.01 | 29.81 | - |
| YUV | 107.31 | 150.97 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 42 | 148 | 0 | 0.81 | 0.33 | 0.14 | 324.27 | 0.72 | 0.51 |
| Hex | DC | 2A | 94 | 0 | 51 | 21 | E | 144 | 48 | 33 |
| Octal | 334 | 52 | 224 | 0 | 121 | 41 | 16 | 504 | 110 | 63 |
| Binary | 11011100 | 101010 | 10010100 | 0 | 1010001 | 100001 | 1110 | 101000100 | 1001000 | 110011 |
Color Harmonies of #DC2A94
Complementary color
Monochromatic Colors of #DC2A94
Black with #DC2A94
Text Example
Text Example
White with #DC2A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2A94; }
p { color: rgb(220,42,148); }
H1.HeaderClassName
{
color: #DC2A94;
}
.AnyTagClassName
{
color: #DC2A94;
}
</style>
background-color css
<style>
a { background-color: #DC2A94; }
a { background-color: rgb(220,42,148); }
div.DivClassName
{
background-color: #DC2A94;
}
.BgClassName
{
background-color: #DC2A94;
}
</style>
border-color css
<style>
span { border-color: #DC2A94; }
span { border-color: rgb(220,42,148); }
td.TdClassName
{
border-color: #DC2A94;
}
.TagClassName
{
border-color: #DC2A94;
}
</style>