Shades of Deep Cerise #DC3687
Tints of Deep Cerise #DC3687
RGB
CMYK
RGB Variations
Color information
#DC3687 (or 0xDC3687) is known color: Deep Cerise. HEX triplet: DC, 36 and 87. RGB value is (220,54,135). Sum of RGB (Red+Green+Blue) = 220+54+135=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 54 (21.48% from 255 or 13.20% from 409); Blue value is 135 (53.12% from 255 or 33.01% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3687 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3687 is #23C978. Grayscale: #707070. Windows color (decimal): -2345337 or 8861404. OLE color: 8861404.
HSL color Cylindrical-coordinate representation of color #DC3687: hue angle of 330.72º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DC3687 is Cyan = 0, Magento = 0.75, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 135 | - |
| CMYK | 0 | 0.75 | 0.39 | 0.14 |
| HSL | 330.72º | 0.7% | 0.54% | - |
| HSV(B) | 330.72º | 0.75% | 0.86% | - |
| XYZ | 35.21 | 19.6 | 24.85 | - |
| YUV | 112.87 | 140.5 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 135 | 0 | 0.75 | 0.39 | 0.14 | 330.72 | 0.7 | 0.54 |
| Hex | DC | 36 | 87 | 0 | 4B | 27 | E | 14B | 46 | 36 |
| Octal | 334 | 66 | 207 | 0 | 113 | 47 | 16 | 513 | 106 | 66 |
| Binary | 11011100 | 110110 | 10000111 | 0 | 1001011 | 100111 | 1110 | 101001011 | 1000110 | 110110 |
Color Harmonies of #DC3687
Complementary color
Monochromatic Colors of #DC3687
Black with #DC3687
Text Example
Text Example
White with #DC3687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3687; }
p { color: rgb(220,54,135); }
H1.HeaderClassName
{
color: #DC3687;
}
.AnyTagClassName
{
color: #DC3687;
}
</style>
background-color css
<style>
a { background-color: #DC3687; }
a { background-color: rgb(220,54,135); }
div.DivClassName
{
background-color: #DC3687;
}
.BgClassName
{
background-color: #DC3687;
}
</style>
border-color css
<style>
span { border-color: #DC3687; }
span { border-color: rgb(220,54,135); }
td.TdClassName
{
border-color: #DC3687;
}
.TagClassName
{
border-color: #DC3687;
}
</style>