Shades of Hollywood Cerise #DD0CB3
Tints of Hollywood Cerise #DD0CB3
RGB
CMYK
RGB Variations
Color information
#DD0CB3 (or 0xDD0CB3) is known color: Hollywood Cerise. HEX triplet: DD, 0C and B3. RGB value is (221,12,179). Sum of RGB (Red+Green+Blue) = 221+12+179=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 12 (5.08% from 255 or 2.91% from 412); Blue value is 179 (70.31% from 255 or 43.45% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0CB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD0CB3 is #22F34C. Grayscale: #5D5D5D. Windows color (decimal): -2290509 or 11734237. OLE color: 11734237.
HSL color Cylindrical-coordinate representation of color #DD0CB3: hue angle of 312.06º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0CB3 is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 12 | 179 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.13 |
| HSL | 312.06º | 0.9% | 0.46% | - |
| HSV(B) | 312.06º | 0.95% | 0.87% | - |
| XYZ | 38.09 | 18.89 | 44.29 | - |
| YUV | 93.53 | 176.24 | 218.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 179 | 0 | 0.95 | 0.19 | 0.13 | 312.06 | 0.9 | 0.46 |
| Hex | DD | C | B3 | 0 | 5F | 13 | D | 138 | 5A | 2E |
| Octal | 335 | 14 | 263 | 0 | 137 | 23 | 15 | 470 | 132 | 56 |
| Binary | 11011101 | 1100 | 10110011 | 0 | 1011111 | 10011 | 1101 | 100111000 | 1011010 | 101110 |
Color Harmonies of #DD0CB3
Complementary color
Monochromatic Colors of #DD0CB3
Black with #DD0CB3
Text Example
Text Example
White with #DD0CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0CB3; }
p { color: rgb(221,12,179); }
H1.HeaderClassName
{
color: #DD0CB3;
}
.AnyTagClassName
{
color: #DD0CB3;
}
</style>
background-color css
<style>
a { background-color: #DD0CB3; }
a { background-color: rgb(221,12,179); }
div.DivClassName
{
background-color: #DD0CB3;
}
.BgClassName
{
background-color: #DD0CB3;
}
</style>
border-color css
<style>
span { border-color: #DD0CB3; }
span { border-color: rgb(221,12,179); }
td.TdClassName
{
border-color: #DD0CB3;
}
.TagClassName
{
border-color: #DD0CB3;
}
</style>