Shades of Hollywood Cerise #DD1BA3
Tints of Hollywood Cerise #DD1BA3
RGB
CMYK
RGB Variations
Color information
#DD1BA3 (or 0xDD1BA3) is known color: Hollywood Cerise. HEX triplet: DD, 1B and A3. RGB value is (221,27,163). Sum of RGB (Red+Green+Blue) = 221+27+163=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 27 (10.94% from 255 or 6.57% from 411); Blue value is 163 (64.06% from 255 or 39.66% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD1BA3 is #22E45C. Grayscale: #646464. Windows color (decimal): -2286685 or 10689501. OLE color: 10689501.
HSL color Cylindrical-coordinate representation of color #DD1BA3: hue angle of 317.94º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1BA3 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 163 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.13 |
| HSL | 317.94º | 0.78% | 0.49% | - |
| HSV(B) | 317.94º | 0.88% | 0.87% | - |
| XYZ | 36.82 | 18.8 | 36.34 | - |
| YUV | 100.51 | 163.27 | 213.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 163 | 0 | 0.88 | 0.26 | 0.13 | 317.94 | 0.78 | 0.49 |
| Hex | DD | 1B | A3 | 0 | 58 | 1A | D | 13E | 4E | 31 |
| Octal | 335 | 33 | 243 | 0 | 130 | 32 | 15 | 476 | 116 | 61 |
| Binary | 11011101 | 11011 | 10100011 | 0 | 1011000 | 11010 | 1101 | 100111110 | 1001110 | 110001 |
Color Harmonies of #DD1BA3
Complementary color
Monochromatic Colors of #DD1BA3
Black with #DD1BA3
Text Example
Text Example
White with #DD1BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1BA3; }
p { color: rgb(221,27,163); }
H1.HeaderClassName
{
color: #DD1BA3;
}
.AnyTagClassName
{
color: #DD1BA3;
}
</style>
background-color css
<style>
a { background-color: #DD1BA3; }
a { background-color: rgb(221,27,163); }
div.DivClassName
{
background-color: #DD1BA3;
}
.BgClassName
{
background-color: #DD1BA3;
}
</style>
border-color css
<style>
span { border-color: #DD1BA3; }
span { border-color: rgb(221,27,163); }
td.TdClassName
{
border-color: #DD1BA3;
}
.TagClassName
{
border-color: #DD1BA3;
}
</style>