Shades of Deep Cerise #DC2694
Tints of Deep Cerise #DC2694
RGB
CMYK
RGB Variations
Color information
#DC2694 (or 0xDC2694) is known color: Deep Cerise. HEX triplet: DC, 26 and 94. RGB value is (220,38,148). Sum of RGB (Red+Green+Blue) = 220+38+148=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 38 (15.23% from 255 or 9.36% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2694 is #23D96B. Grayscale: #686868. Windows color (decimal): -2349420 or 9709276. OLE color: 9709276.
HSL color Cylindrical-coordinate representation of color #DC2694: hue angle of 323.74º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DC2694 is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 148 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.14 |
| HSL | 323.74º | 0.72% | 0.51% | - |
| HSV(B) | 323.74º | 0.83% | 0.86% | - |
| XYZ | 35.55 | 18.74 | 29.76 | - |
| YUV | 104.96 | 152.3 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 148 | 0 | 0.83 | 0.33 | 0.14 | 323.74 | 0.72 | 0.51 |
| Hex | DC | 26 | 94 | 0 | 53 | 21 | E | 144 | 48 | 33 |
| Octal | 334 | 46 | 224 | 0 | 123 | 41 | 16 | 504 | 110 | 63 |
| Binary | 11011100 | 100110 | 10010100 | 0 | 1010011 | 100001 | 1110 | 101000100 | 1001000 | 110011 |
Color Harmonies of #DC2694
Complementary color
Monochromatic Colors of #DC2694
Black with #DC2694
Text Example
Text Example
White with #DC2694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2694; }
p { color: rgb(220,38,148); }
H1.HeaderClassName
{
color: #DC2694;
}
.AnyTagClassName
{
color: #DC2694;
}
</style>
background-color css
<style>
a { background-color: #DC2694; }
a { background-color: rgb(220,38,148); }
div.DivClassName
{
background-color: #DC2694;
}
.BgClassName
{
background-color: #DC2694;
}
</style>
border-color css
<style>
span { border-color: #DC2694; }
span { border-color: rgb(220,38,148); }
td.TdClassName
{
border-color: #DC2694;
}
.TagClassName
{
border-color: #DC2694;
}
</style>