Shades of Deep Cerise #DC3380
Tints of Deep Cerise #DC3380
RGB
CMYK
RGB Variations
Color information
#DC3380 (or 0xDC3380) is known color: Deep Cerise. HEX triplet: DC, 33 and 80. RGB value is (220,51,128). Sum of RGB (Red+Green+Blue) = 220+51+128=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 51 (20.31% from 255 or 12.78% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3380 is #23CC7F. Grayscale: #6E6E6E. Windows color (decimal): -2346112 or 8401884. OLE color: 8401884.
HSL color Cylindrical-coordinate representation of color #DC3380: hue angle of 332.66º 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 #DC3380 is Cyan = 0, Magento = 0.77, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 128 | - |
| CMYK | 0 | 0.77 | 0.42 | 0.14 |
| HSL | 332.66º | 0.71% | 0.53% | - |
| HSV(B) | 332.66º | 0.77% | 0.86% | - |
| XYZ | 34.6 | 19.14 | 22.29 | - |
| YUV | 110.31 | 137.99 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 128 | 0 | 0.77 | 0.42 | 0.14 | 332.66 | 0.71 | 0.53 |
| Hex | DC | 33 | 80 | 0 | 4D | 2A | E | 14D | 47 | 35 |
| Octal | 334 | 63 | 200 | 0 | 115 | 52 | 16 | 515 | 107 | 65 |
| Binary | 11011100 | 110011 | 10000000 | 0 | 1001101 | 101010 | 1110 | 101001101 | 1000111 | 110101 |
Color Harmonies of #DC3380
Complementary color
Monochromatic Colors of #DC3380
Black with #DC3380
Text Example
Text Example
White with #DC3380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3380; }
p { color: rgb(220,51,128); }
H1.HeaderClassName
{
color: #DC3380;
}
.AnyTagClassName
{
color: #DC3380;
}
</style>
background-color css
<style>
a { background-color: #DC3380; }
a { background-color: rgb(220,51,128); }
div.DivClassName
{
background-color: #DC3380;
}
.BgClassName
{
background-color: #DC3380;
}
</style>
border-color css
<style>
span { border-color: #DC3380; }
span { border-color: rgb(220,51,128); }
td.TdClassName
{
border-color: #DC3380;
}
.TagClassName
{
border-color: #DC3380;
}
</style>