Shades of Deep Cerise #DC2683
Tints of Deep Cerise #DC2683
RGB
CMYK
RGB Variations
Color information
#DC2683 (or 0xDC2683) is known color: Deep Cerise. HEX triplet: DC, 26 and 83. RGB value is (220,38,131). Sum of RGB (Red+Green+Blue) = 220+38+131=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC2683 is #23D97C. Grayscale: #666666. Windows color (decimal): -2349437 or 8595164. OLE color: 8595164.
HSL color Cylindrical-coordinate representation of color #DC2683: hue angle of 329.34º 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 #DC2683 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 38 | 131 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.14 |
| HSL | 329.34º | 0.72% | 0.51% | - |
| HSV(B) | 329.34º | 0.83% | 0.86% | - |
| XYZ | 34.31 | 18.24 | 23.19 | - |
| YUV | 103.02 | 143.8 | 211.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 38 | 131 | 0 | 0.83 | 0.40 | 0.14 | 329.34 | 0.72 | 0.51 |
| Hex | DC | 26 | 83 | 0 | 53 | 28 | E | 149 | 48 | 33 |
| Octal | 334 | 46 | 203 | 0 | 123 | 50 | 16 | 511 | 110 | 63 |
| Binary | 11011100 | 100110 | 10000011 | 0 | 1010011 | 101000 | 1110 | 101001001 | 1001000 | 110011 |
Color Harmonies of #DC2683
Complementary color
Monochromatic Colors of #DC2683
Black with #DC2683
Text Example
Text Example
White with #DC2683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2683; }
p { color: rgb(220,38,131); }
H1.HeaderClassName
{
color: #DC2683;
}
.AnyTagClassName
{
color: #DC2683;
}
</style>
background-color css
<style>
a { background-color: #DC2683; }
a { background-color: rgb(220,38,131); }
div.DivClassName
{
background-color: #DC2683;
}
.BgClassName
{
background-color: #DC2683;
}
</style>
border-color css
<style>
span { border-color: #DC2683; }
span { border-color: rgb(220,38,131); }
td.TdClassName
{
border-color: #DC2683;
}
.TagClassName
{
border-color: #DC2683;
}
</style>