Shades of Deep Cerise #DD339B
Tints of Deep Cerise #DD339B
RGB
CMYK
RGB Variations
Color information
#DD339B (or 0xDD339B) is known color: Deep Cerise. HEX triplet: DD, 33 and 9B. RGB value is (221,51,155). Sum of RGB (Red+Green+Blue) = 221+51+155=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 51 (20.31% from 255 or 11.94% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD339B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD339B is #22CC64. Grayscale: #717171. Windows color (decimal): -2280549 or 10171357. OLE color: 10171357.
HSL color Cylindrical-coordinate representation of color #DD339B: hue angle of 323.29º degrees, saturation: 0.71, 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 #DD339B is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 155 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.13 |
| HSL | 323.29º | 0.71% | 0.53% | - |
| HSV(B) | 323.29º | 0.77% | 0.87% | - |
| XYZ | 36.92 | 20.11 | 32.95 | - |
| YUV | 113.69 | 151.32 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 155 | 0 | 0.77 | 0.30 | 0.13 | 323.29 | 0.71 | 0.53 |
| Hex | DD | 33 | 9B | 0 | 4D | 1E | D | 143 | 47 | 35 |
| Octal | 335 | 63 | 233 | 0 | 115 | 36 | 15 | 503 | 107 | 65 |
| Binary | 11011101 | 110011 | 10011011 | 0 | 1001101 | 11110 | 1101 | 101000011 | 1000111 | 110101 |
Color Harmonies of #DD339B
Complementary color
Monochromatic Colors of #DD339B
Black with #DD339B
Text Example
Text Example
White with #DD339B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD339B; }
p { color: rgb(221,51,155); }
H1.HeaderClassName
{
color: #DD339B;
}
.AnyTagClassName
{
color: #DD339B;
}
</style>
background-color css
<style>
a { background-color: #DD339B; }
a { background-color: rgb(221,51,155); }
div.DivClassName
{
background-color: #DD339B;
}
.BgClassName
{
background-color: #DD339B;
}
</style>
border-color css
<style>
span { border-color: #DD339B; }
span { border-color: rgb(221,51,155); }
td.TdClassName
{
border-color: #DD339B;
}
.TagClassName
{
border-color: #DD339B;
}
</style>