Shades of Deep Cerise #DC2094
Tints of Deep Cerise #DC2094
RGB
CMYK
RGB Variations
Color information
#DC2094 (or 0xDC2094) is known color: Deep Cerise. HEX triplet: DC, 20 and 94. RGB value is (220,32,148). Sum of RGB (Red+Green+Blue) = 220+32+148=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 32 (12.89% from 255 or 8% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2094 is #23DF6B. Grayscale: #656565. Windows color (decimal): -2350956 or 9707740. OLE color: 9707740.
HSL color Cylindrical-coordinate representation of color #DC2094: hue angle of 322.98º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC2094 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 32 | 148 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.14 |
| HSL | 322.98º | 0.75% | 0.49% | - |
| HSV(B) | 322.98º | 0.85% | 0.86% | - |
| XYZ | 35.38 | 18.39 | 29.7 | - |
| YUV | 101.44 | 154.28 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 32 | 148 | 0 | 0.85 | 0.33 | 0.14 | 322.98 | 0.75 | 0.49 |
| Hex | DC | 20 | 94 | 0 | 55 | 21 | E | 143 | 4B | 31 |
| Octal | 334 | 40 | 224 | 0 | 125 | 41 | 16 | 503 | 113 | 61 |
| Binary | 11011100 | 100000 | 10010100 | 0 | 1010101 | 100001 | 1110 | 101000011 | 1001011 | 110001 |
Color Harmonies of #DC2094
Complementary color
Monochromatic Colors of #DC2094
Black with #DC2094
Text Example
Text Example
White with #DC2094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2094; }
p { color: rgb(220,32,148); }
H1.HeaderClassName
{
color: #DC2094;
}
.AnyTagClassName
{
color: #DC2094;
}
</style>
background-color css
<style>
a { background-color: #DC2094; }
a { background-color: rgb(220,32,148); }
div.DivClassName
{
background-color: #DC2094;
}
.BgClassName
{
background-color: #DC2094;
}
</style>
border-color css
<style>
span { border-color: #DC2094; }
span { border-color: rgb(220,32,148); }
td.TdClassName
{
border-color: #DC2094;
}
.TagClassName
{
border-color: #DC2094;
}
</style>