Shades of Hollywood Cerise #D90BAD
Tints of Hollywood Cerise #D90BAD
RGB
CMYK
RGB Variations
Color information
#D90BAD (or 0xD90BAD) is known color: Hollywood Cerise. HEX triplet: D9, 0B and AD. RGB value is (217,11,173). Sum of RGB (Red+Green+Blue) = 217+11+173=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D90BAD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D90BAD is #26F452. Grayscale: #5A5A5A. Windows color (decimal): -2552915 or 11340761. OLE color: 11340761.
HSL color Cylindrical-coordinate representation of color #D90BAD: hue angle of 312.82º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90BAD is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 11 | 173 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.15 |
| HSL | 312.82º | 0.9% | 0.45% | - |
| HSV(B) | 312.82º | 0.95% | 0.85% | - |
| XYZ | 36.28 | 18.01 | 41.1 | - |
| YUV | 91.06 | 174.25 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 173 | 0 | 0.95 | 0.20 | 0.15 | 312.82 | 0.9 | 0.45 |
| Hex | D9 | B | AD | 0 | 5F | 14 | F | 139 | 5A | 2D |
| Octal | 331 | 13 | 255 | 0 | 137 | 24 | 17 | 471 | 132 | 55 |
| Binary | 11011001 | 1011 | 10101101 | 0 | 1011111 | 10100 | 1111 | 100111001 | 1011010 | 101101 |
Color Harmonies of #D90BAD
Complementary color
Monochromatic Colors of #D90BAD
Black with #D90BAD
Text Example
Text Example
White with #D90BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90BAD; }
p { color: rgb(217,11,173); }
H1.HeaderClassName
{
color: #D90BAD;
}
.AnyTagClassName
{
color: #D90BAD;
}
</style>
background-color css
<style>
a { background-color: #D90BAD; }
a { background-color: rgb(217,11,173); }
div.DivClassName
{
background-color: #D90BAD;
}
.BgClassName
{
background-color: #D90BAD;
}
</style>
border-color css
<style>
span { border-color: #D90BAD; }
span { border-color: rgb(217,11,173); }
td.TdClassName
{
border-color: #D90BAD;
}
.TagClassName
{
border-color: #D90BAD;
}
</style>