Shades of Deep Cerise #DD3295
Tints of Deep Cerise #DD3295
RGB
CMYK
RGB Variations
Color information
#DD3295 (or 0xDD3295) is known color: Deep Cerise. HEX triplet: DD, 32 and 95. RGB value is (221,50,149). Sum of RGB (Red+Green+Blue) = 221+50+149=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 50 (19.92% from 255 or 11.90% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3295 is #22CD6A. Grayscale: #707070. Windows color (decimal): -2280811 or 9777885. OLE color: 9777885.
HSL color Cylindrical-coordinate representation of color #DD3295: hue angle of 325.26º 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 #DD3295 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 149 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.13 |
| HSL | 325.26º | 0.72% | 0.53% | - |
| HSV(B) | 325.26º | 0.77% | 0.87% | - |
| XYZ | 36.38 | 19.82 | 30.34 | - |
| YUV | 112.42 | 148.65 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 149 | 0 | 0.77 | 0.33 | 0.13 | 325.26 | 0.72 | 0.53 |
| Hex | DD | 32 | 95 | 0 | 4D | 21 | D | 145 | 48 | 35 |
| Octal | 335 | 62 | 225 | 0 | 115 | 41 | 15 | 505 | 110 | 65 |
| Binary | 11011101 | 110010 | 10010101 | 0 | 1001101 | 100001 | 1101 | 101000101 | 1001000 | 110101 |
Color Harmonies of #DD3295
Complementary color
Monochromatic Colors of #DD3295
Black with #DD3295
Text Example
Text Example
White with #DD3295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3295; }
p { color: rgb(221,50,149); }
H1.HeaderClassName
{
color: #DD3295;
}
.AnyTagClassName
{
color: #DD3295;
}
</style>
background-color css
<style>
a { background-color: #DD3295; }
a { background-color: rgb(221,50,149); }
div.DivClassName
{
background-color: #DD3295;
}
.BgClassName
{
background-color: #DD3295;
}
</style>
border-color css
<style>
span { border-color: #DD3295; }
span { border-color: rgb(221,50,149); }
td.TdClassName
{
border-color: #DD3295;
}
.TagClassName
{
border-color: #DD3295;
}
</style>