Shades of Deep Cerise #DD338B
Tints of Deep Cerise #DD338B
RGB
CMYK
RGB Variations
Color information
#DD338B (or 0xDD338B) is known color: Deep Cerise. HEX triplet: DD, 33 and 8B. RGB value is (221,51,139). Sum of RGB (Red+Green+Blue) = 221+51+139=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD338B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD338B is #22CC74. Grayscale: #6F6F6F. Windows color (decimal): -2280565 or 9122781. OLE color: 9122781.
HSL color Cylindrical-coordinate representation of color #DD338B: hue angle of 328.94º 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 #DD338B is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 51 | 139 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.13 |
| HSL | 328.94º | 0.71% | 0.53% | - |
| HSV(B) | 328.94º | 0.77% | 0.87% | - |
| XYZ | 35.66 | 19.6 | 26.33 | - |
| YUV | 111.86 | 143.32 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 51 | 139 | 0 | 0.77 | 0.37 | 0.13 | 328.94 | 0.71 | 0.53 |
| Hex | DD | 33 | 8B | 0 | 4D | 25 | D | 149 | 47 | 35 |
| Octal | 335 | 63 | 213 | 0 | 115 | 45 | 15 | 511 | 107 | 65 |
| Binary | 11011101 | 110011 | 10001011 | 0 | 1001101 | 100101 | 1101 | 101001001 | 1000111 | 110101 |
Color Harmonies of #DD338B
Complementary color
Monochromatic Colors of #DD338B
Black with #DD338B
Text Example
Text Example
White with #DD338B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD338B; }
p { color: rgb(221,51,139); }
H1.HeaderClassName
{
color: #DD338B;
}
.AnyTagClassName
{
color: #DD338B;
}
</style>
background-color css
<style>
a { background-color: #DD338B; }
a { background-color: rgb(221,51,139); }
div.DivClassName
{
background-color: #DD338B;
}
.BgClassName
{
background-color: #DD338B;
}
</style>
border-color css
<style>
span { border-color: #DD338B; }
span { border-color: rgb(221,51,139); }
td.TdClassName
{
border-color: #DD338B;
}
.TagClassName
{
border-color: #DD338B;
}
</style>