Shades of Deep Cerise #DC2688
Tints of Deep Cerise #DC2688
RGB
CMYK
RGB Variations
Color information
#DC2688 (or 0xDC2688) is known color: Deep Cerise. HEX triplet: DC, 26 and 88. RGB value is (220,38,136). Sum of RGB (Red+Green+Blue) = 220+38+136=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2688 is #23D977. Grayscale: #676767. Windows color (decimal): -2349432 or 8922844. OLE color: 8922844.
HSL color Cylindrical-coordinate representation of color #DC2688: hue angle of 327.69º 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 #DC2688 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 136 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.14 |
| HSL | 327.69º | 0.72% | 0.51% | - |
| HSV(B) | 327.69º | 0.83% | 0.86% | - |
| XYZ | 34.65 | 18.38 | 25.01 | - |
| YUV | 103.59 | 146.3 | 211.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 136 | 0 | 0.83 | 0.38 | 0.14 | 327.69 | 0.72 | 0.51 |
| Hex | DC | 26 | 88 | 0 | 53 | 26 | E | 148 | 48 | 33 |
| Octal | 334 | 46 | 210 | 0 | 123 | 46 | 16 | 510 | 110 | 63 |
| Binary | 11011100 | 100110 | 10001000 | 0 | 1010011 | 100110 | 1110 | 101001000 | 1001000 | 110011 |
Color Harmonies of #DC2688
Complementary color
Monochromatic Colors of #DC2688
Black with #DC2688
Text Example
Text Example
White with #DC2688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2688; }
p { color: rgb(220,38,136); }
H1.HeaderClassName
{
color: #DC2688;
}
.AnyTagClassName
{
color: #DC2688;
}
</style>
background-color css
<style>
a { background-color: #DC2688; }
a { background-color: rgb(220,38,136); }
div.DivClassName
{
background-color: #DC2688;
}
.BgClassName
{
background-color: #DC2688;
}
</style>
border-color css
<style>
span { border-color: #DC2688; }
span { border-color: rgb(220,38,136); }
td.TdClassName
{
border-color: #DC2688;
}
.TagClassName
{
border-color: #DC2688;
}
</style>