Shades of Deep Cerise #DC2394
Tints of Deep Cerise #DC2394
RGB
CMYK
RGB Variations
Color information
#DC2394 (or 0xDC2394) is known color: Deep Cerise. HEX triplet: DC, 23 and 94. RGB value is (220,35,148). Sum of RGB (Red+Green+Blue) = 220+35+148=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 35 (14.06% from 255 or 8.68% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2394 is #23DC6B. Grayscale: #666666. Windows color (decimal): -2350188 or 9708508. OLE color: 9708508.
HSL color Cylindrical-coordinate representation of color #DC2394: hue angle of 323.35º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DC2394 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 148 | - |
| CMYK | 0 | 0.84 | 0.33 | 0.14 |
| HSL | 323.35º | 0.73% | 0.5% | - |
| HSV(B) | 323.35º | 0.84% | 0.86% | - |
| XYZ | 35.46 | 18.56 | 29.73 | - |
| YUV | 103.2 | 153.29 | 211.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 148 | 0 | 0.84 | 0.33 | 0.14 | 323.35 | 0.73 | 0.5 |
| Hex | DC | 23 | 94 | 0 | 54 | 21 | E | 143 | 49 | 32 |
| Octal | 334 | 43 | 224 | 0 | 124 | 41 | 16 | 503 | 111 | 62 |
| Binary | 11011100 | 100011 | 10010100 | 0 | 1010100 | 100001 | 1110 | 101000011 | 1001001 | 110010 |
Color Harmonies of #DC2394
Complementary color
Monochromatic Colors of #DC2394
Black with #DC2394
Text Example
Text Example
White with #DC2394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2394; }
p { color: rgb(220,35,148); }
H1.HeaderClassName
{
color: #DC2394;
}
.AnyTagClassName
{
color: #DC2394;
}
</style>
background-color css
<style>
a { background-color: #DC2394; }
a { background-color: rgb(220,35,148); }
div.DivClassName
{
background-color: #DC2394;
}
.BgClassName
{
background-color: #DC2394;
}
</style>
border-color css
<style>
span { border-color: #DC2394; }
span { border-color: rgb(220,35,148); }
td.TdClassName
{
border-color: #DC2394;
}
.TagClassName
{
border-color: #DC2394;
}
</style>