Shades of Deep Cerise #DD3292
Tints of Deep Cerise #DD3292
RGB
CMYK
RGB Variations
Color information
#DD3292 (or 0xDD3292) is known color: Deep Cerise. HEX triplet: DD, 32 and 92. RGB value is (221,50,146). Sum of RGB (Red+Green+Blue) = 221+50+146=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3292 is #22CD6D. Grayscale: #6F6F6F. Windows color (decimal): -2280814 or 9581277. OLE color: 9581277.
HSL color Cylindrical-coordinate representation of color #DD3292: hue angle of 326.32º 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 #DD3292 is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 50 | 146 | - |
| CMYK | 0 | 0.77 | 0.34 | 0.13 |
| HSL | 326.32º | 0.72% | 0.53% | - |
| HSV(B) | 326.32º | 0.77% | 0.87% | - |
| XYZ | 36.15 | 19.73 | 29.1 | - |
| YUV | 112.07 | 147.15 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 50 | 146 | 0 | 0.77 | 0.34 | 0.13 | 326.32 | 0.72 | 0.53 |
| Hex | DD | 32 | 92 | 0 | 4D | 22 | D | 146 | 48 | 35 |
| Octal | 335 | 62 | 222 | 0 | 115 | 42 | 15 | 506 | 110 | 65 |
| Binary | 11011101 | 110010 | 10010010 | 0 | 1001101 | 100010 | 1101 | 101000110 | 1001000 | 110101 |
Color Harmonies of #DD3292
Complementary color
Monochromatic Colors of #DD3292
Black with #DD3292
Text Example
Text Example
White with #DD3292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3292; }
p { color: rgb(221,50,146); }
H1.HeaderClassName
{
color: #DD3292;
}
.AnyTagClassName
{
color: #DD3292;
}
</style>
background-color css
<style>
a { background-color: #DD3292; }
a { background-color: rgb(221,50,146); }
div.DivClassName
{
background-color: #DD3292;
}
.BgClassName
{
background-color: #DD3292;
}
</style>
border-color css
<style>
span { border-color: #DD3292; }
span { border-color: rgb(221,50,146); }
td.TdClassName
{
border-color: #DD3292;
}
.TagClassName
{
border-color: #DD3292;
}
</style>