Shades of Deep Cerise #DD3192
Tints of Deep Cerise #DD3192
RGB
CMYK
RGB Variations
Color information
#DD3192 (or 0xDD3192) is known color: Deep Cerise. HEX triplet: DD, 31 and 92. RGB value is (221,49,146). Sum of RGB (Red+Green+Blue) = 221+49+146=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 49 (19.53% from 255 or 11.78% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3192 is #22CE6D. Grayscale: #6F6F6F. Windows color (decimal): -2281070 or 9581021. OLE color: 9581021.
HSL color Cylindrical-coordinate representation of color #DD3192: hue angle of 326.16º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3192 is Cyan = 0, Magento = 0.78, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 49 | 146 | - |
| CMYK | 0 | 0.78 | 0.34 | 0.13 |
| HSL | 326.16º | 0.72% | 0.53% | - |
| HSV(B) | 326.16º | 0.78% | 0.87% | - |
| XYZ | 36.11 | 19.64 | 29.08 | - |
| YUV | 111.49 | 147.48 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 49 | 146 | 0 | 0.78 | 0.34 | 0.13 | 326.16 | 0.72 | 0.53 |
| Hex | DD | 31 | 92 | 0 | 4E | 22 | D | 146 | 48 | 35 |
| Octal | 335 | 61 | 222 | 0 | 116 | 42 | 15 | 506 | 110 | 65 |
| Binary | 11011101 | 110001 | 10010010 | 0 | 1001110 | 100010 | 1101 | 101000110 | 1001000 | 110101 |
Color Harmonies of #DD3192
Complementary color
Monochromatic Colors of #DD3192
Black with #DD3192
Text Example
Text Example
White with #DD3192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3192; }
p { color: rgb(221,49,146); }
H1.HeaderClassName
{
color: #DD3192;
}
.AnyTagClassName
{
color: #DD3192;
}
</style>
background-color css
<style>
a { background-color: #DD3192; }
a { background-color: rgb(221,49,146); }
div.DivClassName
{
background-color: #DD3192;
}
.BgClassName
{
background-color: #DD3192;
}
</style>
border-color css
<style>
span { border-color: #DD3192; }
span { border-color: rgb(221,49,146); }
td.TdClassName
{
border-color: #DD3192;
}
.TagClassName
{
border-color: #DD3192;
}
</style>