Shades of Hollywood Cerise #DD149B
Tints of Hollywood Cerise #DD149B
RGB
CMYK
RGB Variations
Color information
#DD149B (or 0xDD149B) is known color: Hollywood Cerise. HEX triplet: DD, 14 and 9B. RGB value is (221,20,155). Sum of RGB (Red+Green+Blue) = 221+20+155=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 20 (8.20% from 255 or 5.05% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD149B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD149B is #22EB64. Grayscale: #5F5F5F. Windows color (decimal): -2288485 or 10163421. OLE color: 10163421.
HSL color Cylindrical-coordinate representation of color #DD149B: hue angle of 319.7º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD149B is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 20 | 155 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.13 |
| HSL | 319.7º | 0.83% | 0.47% | - |
| HSV(B) | 319.7º | 0.91% | 0.87% | - |
| XYZ | 35.99 | 18.24 | 32.63 | - |
| YUV | 95.49 | 161.59 | 217.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 20 | 155 | 0 | 0.91 | 0.30 | 0.13 | 319.7 | 0.83 | 0.47 |
| Hex | DD | 14 | 9B | 0 | 5B | 1E | D | 140 | 53 | 2F |
| Octal | 335 | 24 | 233 | 0 | 133 | 36 | 15 | 500 | 123 | 57 |
| Binary | 11011101 | 10100 | 10011011 | 0 | 1011011 | 11110 | 1101 | 101000000 | 1010011 | 101111 |
Color Harmonies of #DD149B
Complementary color
Monochromatic Colors of #DD149B
Black with #DD149B
Text Example
Text Example
White with #DD149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD149B; }
p { color: rgb(221,20,155); }
H1.HeaderClassName
{
color: #DD149B;
}
.AnyTagClassName
{
color: #DD149B;
}
</style>
background-color css
<style>
a { background-color: #DD149B; }
a { background-color: rgb(221,20,155); }
div.DivClassName
{
background-color: #DD149B;
}
.BgClassName
{
background-color: #DD149B;
}
</style>
border-color css
<style>
span { border-color: #DD149B; }
span { border-color: rgb(221,20,155); }
td.TdClassName
{
border-color: #DD149B;
}
.TagClassName
{
border-color: #DD149B;
}
</style>