Shades of Deep Cerise #DD2B93
Tints of Deep Cerise #DD2B93
RGB
CMYK
RGB Variations
Color information
#DD2B93 (or 0xDD2B93) is known color: Deep Cerise. HEX triplet: DD, 2B and 93. RGB value is (221,43,147). Sum of RGB (Red+Green+Blue) = 221+43+147=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 43 (17.19% from 255 or 10.46% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2B93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2B93 is #22D46C. Grayscale: #6B6B6B. Windows color (decimal): -2282605 or 9645021. OLE color: 9645021.
HSL color Cylindrical-coordinate representation of color #DD2B93: hue angle of 324.94º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DD2B93 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 43 | 147 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.13 |
| HSL | 324.94º | 0.72% | 0.52% | - |
| HSV(B) | 324.94º | 0.81% | 0.87% | - |
| XYZ | 35.95 | 19.21 | 29.42 | - |
| YUV | 108.08 | 149.97 | 208.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 43 | 147 | 0 | 0.81 | 0.33 | 0.13 | 324.94 | 0.72 | 0.52 |
| Hex | DD | 2B | 93 | 0 | 51 | 21 | D | 145 | 48 | 34 |
| Octal | 335 | 53 | 223 | 0 | 121 | 41 | 15 | 505 | 110 | 64 |
| Binary | 11011101 | 101011 | 10010011 | 0 | 1010001 | 100001 | 1101 | 101000101 | 1001000 | 110100 |
Color Harmonies of #DD2B93
Complementary color
Monochromatic Colors of #DD2B93
Black with #DD2B93
Text Example
Text Example
White with #DD2B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD2B93; }
p { color: rgb(221,43,147); }
H1.HeaderClassName
{
color: #DD2B93;
}
.AnyTagClassName
{
color: #DD2B93;
}
</style>
background-color css
<style>
a { background-color: #DD2B93; }
a { background-color: rgb(221,43,147); }
div.DivClassName
{
background-color: #DD2B93;
}
.BgClassName
{
background-color: #DD2B93;
}
</style>
border-color css
<style>
span { border-color: #DD2B93; }
span { border-color: rgb(221,43,147); }
td.TdClassName
{
border-color: #DD2B93;
}
.TagClassName
{
border-color: #DD2B93;
}
</style>