Shades of Deep Cerise #DC2684
Tints of Deep Cerise #DC2684
RGB
CMYK
RGB Variations
Color information
#DC2684 (or 0xDC2684) is known color: Deep Cerise. HEX triplet: DC, 26 and 84. RGB value is (220,38,132). Sum of RGB (Red+Green+Blue) = 220+38+132=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 38 (15.23% from 255 or 9.74% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2684 is #23D97B. Grayscale: #666666. Windows color (decimal): -2349436 or 8660700. OLE color: 8660700.
HSL color Cylindrical-coordinate representation of color #DC2684: hue angle of 329.01º 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 #DC2684 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 132 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.14 |
| HSL | 329.01º | 0.72% | 0.51% | - |
| HSV(B) | 329.01º | 0.83% | 0.86% | - |
| XYZ | 34.37 | 18.27 | 23.54 | - |
| YUV | 103.13 | 144.3 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 132 | 0 | 0.83 | 0.40 | 0.14 | 329.01 | 0.72 | 0.51 |
| Hex | DC | 26 | 84 | 0 | 53 | 28 | E | 149 | 48 | 33 |
| Octal | 334 | 46 | 204 | 0 | 123 | 50 | 16 | 511 | 110 | 63 |
| Binary | 11011100 | 100110 | 10000100 | 0 | 1010011 | 101000 | 1110 | 101001001 | 1001000 | 110011 |
Color Harmonies of #DC2684
Complementary color
Monochromatic Colors of #DC2684
Black with #DC2684
Text Example
Text Example
White with #DC2684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2684; }
p { color: rgb(220,38,132); }
H1.HeaderClassName
{
color: #DC2684;
}
.AnyTagClassName
{
color: #DC2684;
}
</style>
background-color css
<style>
a { background-color: #DC2684; }
a { background-color: rgb(220,38,132); }
div.DivClassName
{
background-color: #DC2684;
}
.BgClassName
{
background-color: #DC2684;
}
</style>
border-color css
<style>
span { border-color: #DC2684; }
span { border-color: rgb(220,38,132); }
td.TdClassName
{
border-color: #DC2684;
}
.TagClassName
{
border-color: #DC2684;
}
</style>