Shades of Hollywood Cerise #DD02B2
Tints of Hollywood Cerise #DD02B2
RGB
CMYK
RGB Variations
Color information
#DD02B2 (or 0xDD02B2) is known color: Hollywood Cerise. HEX triplet: DD, 02 and B2. RGB value is (221,2,178). Sum of RGB (Red+Green+Blue) = 221+2+178=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD02B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD02B2 is #22FD4D. Grayscale: #575757. Windows color (decimal): -2293070 or 11666141. OLE color: 11666141.
HSL color Cylindrical-coordinate representation of color #DD02B2: hue angle of 311.78º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD02B2 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 2 | 178 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.13 |
| HSL | 311.78º | 0.98% | 0.44% | - |
| HSV(B) | 311.78º | 0.99% | 0.87% | - |
| XYZ | 37.88 | 18.63 | 43.72 | - |
| YUV | 87.55 | 179.05 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 2 | 178 | 0 | 0.99 | 0.19 | 0.13 | 311.78 | 0.98 | 0.44 |
| Hex | DD | 2 | B2 | 0 | 63 | 13 | D | 138 | 62 | 2C |
| Octal | 335 | 2 | 262 | 0 | 143 | 23 | 15 | 470 | 142 | 54 |
| Binary | 11011101 | 10 | 10110010 | 0 | 1100011 | 10011 | 1101 | 100111000 | 1100010 | 101100 |
Color Harmonies of #DD02B2
Complementary color
Monochromatic Colors of #DD02B2
Black with #DD02B2
Text Example
Text Example
White with #DD02B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD02B2; }
p { color: rgb(221,2,178); }
H1.HeaderClassName
{
color: #DD02B2;
}
.AnyTagClassName
{
color: #DD02B2;
}
</style>
background-color css
<style>
a { background-color: #DD02B2; }
a { background-color: rgb(221,2,178); }
div.DivClassName
{
background-color: #DD02B2;
}
.BgClassName
{
background-color: #DD02B2;
}
</style>
border-color css
<style>
span { border-color: #DD02B2; }
span { border-color: rgb(221,2,178); }
td.TdClassName
{
border-color: #DD02B2;
}
.TagClassName
{
border-color: #DD02B2;
}
</style>