Shades of Deep Cerise #DC3385
Tints of Deep Cerise #DC3385
RGB
CMYK
RGB Variations
Color information
#DC3385 (or 0xDC3385) is known color: Deep Cerise. HEX triplet: DC, 33 and 85. RGB value is (220,51,133). Sum of RGB (Red+Green+Blue) = 220+51+133=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 51 (20.31% from 255 or 12.62% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3385 is #23CC7A. Grayscale: #6E6E6E. Windows color (decimal): -2346107 or 8729564. OLE color: 8729564.
HSL color Cylindrical-coordinate representation of color #DC3385: hue angle of 330.89º 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 #DC3385 is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 133 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.14 |
| HSL | 330.89º | 0.71% | 0.53% | - |
| HSV(B) | 330.89º | 0.77% | 0.86% | - |
| XYZ | 34.93 | 19.28 | 24.07 | - |
| YUV | 110.88 | 140.49 | 205.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 133 | 0 | 0.77 | 0.40 | 0.14 | 330.89 | 0.71 | 0.53 |
| Hex | DC | 33 | 85 | 0 | 4D | 28 | E | 14B | 47 | 35 |
| Octal | 334 | 63 | 205 | 0 | 115 | 50 | 16 | 513 | 107 | 65 |
| Binary | 11011100 | 110011 | 10000101 | 0 | 1001101 | 101000 | 1110 | 101001011 | 1000111 | 110101 |
Color Harmonies of #DC3385
Complementary color
Monochromatic Colors of #DC3385
Black with #DC3385
Text Example
Text Example
White with #DC3385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3385; }
p { color: rgb(220,51,133); }
H1.HeaderClassName
{
color: #DC3385;
}
.AnyTagClassName
{
color: #DC3385;
}
</style>
background-color css
<style>
a { background-color: #DC3385; }
a { background-color: rgb(220,51,133); }
div.DivClassName
{
background-color: #DC3385;
}
.BgClassName
{
background-color: #DC3385;
}
</style>
border-color css
<style>
span { border-color: #DC3385; }
span { border-color: rgb(220,51,133); }
td.TdClassName
{
border-color: #DC3385;
}
.TagClassName
{
border-color: #DC3385;
}
</style>