Shades of Deep Cerise #DC2689
Tints of Deep Cerise #DC2689
RGB
CMYK
RGB Variations
Color information
#DC2689 (or 0xDC2689) is known color: Deep Cerise. HEX triplet: DC, 26 and 89. RGB value is (220,38,137). Sum of RGB (Red+Green+Blue) = 220+38+137=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 38 (15.23% from 255 or 9.62% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2689 is #23D976. Grayscale: #676767. Windows color (decimal): -2349431 or 8988380. OLE color: 8988380.
HSL color Cylindrical-coordinate representation of color #DC2689: hue angle of 327.36º 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 #DC2689 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 137 | - |
| CMYK | 0 | 0.83 | 0.38 | 0.14 |
| HSL | 327.36º | 0.72% | 0.51% | - |
| HSV(B) | 327.36º | 0.83% | 0.86% | - |
| XYZ | 34.72 | 18.41 | 25.39 | - |
| YUV | 103.7 | 146.8 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 137 | 0 | 0.83 | 0.38 | 0.14 | 327.36 | 0.72 | 0.51 |
| Hex | DC | 26 | 89 | 0 | 53 | 26 | E | 147 | 48 | 33 |
| Octal | 334 | 46 | 211 | 0 | 123 | 46 | 16 | 507 | 110 | 63 |
| Binary | 11011100 | 100110 | 10001001 | 0 | 1010011 | 100110 | 1110 | 101000111 | 1001000 | 110011 |
Color Harmonies of #DC2689
Complementary color
Monochromatic Colors of #DC2689
Black with #DC2689
Text Example
Text Example
White with #DC2689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2689; }
p { color: rgb(220,38,137); }
H1.HeaderClassName
{
color: #DC2689;
}
.AnyTagClassName
{
color: #DC2689;
}
</style>
background-color css
<style>
a { background-color: #DC2689; }
a { background-color: rgb(220,38,137); }
div.DivClassName
{
background-color: #DC2689;
}
.BgClassName
{
background-color: #DC2689;
}
</style>
border-color css
<style>
span { border-color: #DC2689; }
span { border-color: rgb(220,38,137); }
td.TdClassName
{
border-color: #DC2689;
}
.TagClassName
{
border-color: #DC2689;
}
</style>