Shades of Deep Cerise #DD3296
Tints of Deep Cerise #DD3296
RGB
CMYK
RGB Variations
Color information
#DD3296 (or 0xDD3296) is known color: Deep Cerise. HEX triplet: DD, 32 and 96. RGB value is (221,50,150). Sum of RGB (Red+Green+Blue) = 221+50+150=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 50 (19.92% from 255 or 11.88% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3296 is #22CD69. Grayscale: #707070. Windows color (decimal): -2280810 or 9843421. OLE color: 9843421.
HSL color Cylindrical-coordinate representation of color #DD3296: hue angle of 324.91º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD3296 is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 150 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.13 |
| HSL | 324.91º | 0.72% | 0.53% | - |
| HSV(B) | 324.91º | 0.77% | 0.87% | - |
| XYZ | 36.46 | 19.86 | 30.76 | - |
| YUV | 112.53 | 149.15 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 150 | 0 | 0.77 | 0.32 | 0.13 | 324.91 | 0.72 | 0.53 |
| Hex | DD | 32 | 96 | 0 | 4D | 20 | D | 145 | 48 | 35 |
| Octal | 335 | 62 | 226 | 0 | 115 | 40 | 15 | 505 | 110 | 65 |
| Binary | 11011101 | 110010 | 10010110 | 0 | 1001101 | 100000 | 1101 | 101000101 | 1001000 | 110101 |
Color Harmonies of #DD3296
Complementary color
Monochromatic Colors of #DD3296
Black with #DD3296
Text Example
Text Example
White with #DD3296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3296; }
p { color: rgb(221,50,150); }
H1.HeaderClassName
{
color: #DD3296;
}
.AnyTagClassName
{
color: #DD3296;
}
</style>
background-color css
<style>
a { background-color: #DD3296; }
a { background-color: rgb(221,50,150); }
div.DivClassName
{
background-color: #DD3296;
}
.BgClassName
{
background-color: #DD3296;
}
</style>
border-color css
<style>
span { border-color: #DD3296; }
span { border-color: rgb(221,50,150); }
td.TdClassName
{
border-color: #DD3296;
}
.TagClassName
{
border-color: #DD3296;
}
</style>