Shades of Deep Cerise #DC3383
Tints of Deep Cerise #DC3383
RGB
CMYK
RGB Variations
Color information
#DC3383 (or 0xDC3383) is known color: Deep Cerise. HEX triplet: DC, 33 and 83. RGB value is (220,51,131). Sum of RGB (Red+Green+Blue) = 220+51+131=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 51 (20.31% from 255 or 12.69% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3383 is #23CC7C. Grayscale: #6E6E6E. Windows color (decimal): -2346109 or 8598492. OLE color: 8598492.
HSL color Cylindrical-coordinate representation of color #DC3383: hue angle of 331.6º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC3383 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 131 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.14 |
| HSL | 331.6º | 0.71% | 0.53% | - |
| HSV(B) | 331.6º | 0.77% | 0.86% | - |
| XYZ | 34.8 | 19.22 | 23.35 | - |
| YUV | 110.65 | 139.49 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 131 | 0 | 0.77 | 0.40 | 0.14 | 331.6 | 0.71 | 0.53 |
| Hex | DC | 33 | 83 | 0 | 4D | 28 | E | 14C | 47 | 35 |
| Octal | 334 | 63 | 203 | 0 | 115 | 50 | 16 | 514 | 107 | 65 |
| Binary | 11011100 | 110011 | 10000011 | 0 | 1001101 | 101000 | 1110 | 101001100 | 1000111 | 110101 |
Color Harmonies of #DC3383
Complementary color
Monochromatic Colors of #DC3383
Black with #DC3383
Text Example
Text Example
White with #DC3383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3383; }
p { color: rgb(220,51,131); }
H1.HeaderClassName
{
color: #DC3383;
}
.AnyTagClassName
{
color: #DC3383;
}
</style>
background-color css
<style>
a { background-color: #DC3383; }
a { background-color: rgb(220,51,131); }
div.DivClassName
{
background-color: #DC3383;
}
.BgClassName
{
background-color: #DC3383;
}
</style>
border-color css
<style>
span { border-color: #DC3383; }
span { border-color: rgb(220,51,131); }
td.TdClassName
{
border-color: #DC3383;
}
.TagClassName
{
border-color: #DC3383;
}
</style>