Shades of Deep Cerise #DC3683
Tints of Deep Cerise #DC3683
RGB
CMYK
RGB Variations
Color information
#DC3683 (or 0xDC3683) is known color: Deep Cerise. HEX triplet: DC, 36 and 83. RGB value is (220,54,131). Sum of RGB (Red+Green+Blue) = 220+54+131=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 54 (21.48% from 255 or 13.33% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3683 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3683 is #23C97C. Grayscale: #707070. Windows color (decimal): -2345341 or 8599260. OLE color: 8599260.
HSL color Cylindrical-coordinate representation of color #DC3683: hue angle of 332.17º 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 #DC3683 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 54 | 131 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.14 |
| HSL | 332.17º | 0.7% | 0.54% | - |
| HSV(B) | 332.17º | 0.75% | 0.86% | - |
| XYZ | 34.93 | 19.49 | 23.39 | - |
| YUV | 112.41 | 138.5 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 54 | 131 | 0 | 0.75 | 0.40 | 0.14 | 332.17 | 0.7 | 0.54 |
| Hex | DC | 36 | 83 | 0 | 4B | 28 | E | 14C | 46 | 36 |
| Octal | 334 | 66 | 203 | 0 | 113 | 50 | 16 | 514 | 106 | 66 |
| Binary | 11011100 | 110110 | 10000011 | 0 | 1001011 | 101000 | 1110 | 101001100 | 1000110 | 110110 |
Color Harmonies of #DC3683
Complementary color
Monochromatic Colors of #DC3683
Black with #DC3683
Text Example
Text Example
White with #DC3683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3683; }
p { color: rgb(220,54,131); }
H1.HeaderClassName
{
color: #DC3683;
}
.AnyTagClassName
{
color: #DC3683;
}
</style>
background-color css
<style>
a { background-color: #DC3683; }
a { background-color: rgb(220,54,131); }
div.DivClassName
{
background-color: #DC3683;
}
.BgClassName
{
background-color: #DC3683;
}
</style>
border-color css
<style>
span { border-color: #DC3683; }
span { border-color: rgb(220,54,131); }
td.TdClassName
{
border-color: #DC3683;
}
.TagClassName
{
border-color: #DC3683;
}
</style>