Shades of Hollywood Cerise #D905AB
Tints of Hollywood Cerise #D905AB
RGB
CMYK
RGB Variations
Color information
#D905AB (or 0xD905AB) is known color: Hollywood Cerise. HEX triplet: D9, 05 and AB. RGB value is (217,5,171). Sum of RGB (Red+Green+Blue) = 217+5+171=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 5 (2.34% from 255 or 1.27% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D905AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D905AB is #26FA54. Grayscale: #565656. Windows color (decimal): -2554453 or 11208153. OLE color: 11208153.
HSL color Cylindrical-coordinate representation of color #D905AB: hue angle of 313.02º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D905AB is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 171 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.15 |
| HSL | 313.02º | 0.95% | 0.44% | - |
| HSV(B) | 313.02º | 0.98% | 0.85% | - |
| XYZ | 36.02 | 17.8 | 40.07 | - |
| YUV | 87.31 | 175.24 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 171 | 0 | 0.98 | 0.21 | 0.15 | 313.02 | 0.95 | 0.44 |
| Hex | D9 | 5 | AB | 0 | 62 | 15 | F | 139 | 5F | 2C |
| Octal | 331 | 5 | 253 | 0 | 142 | 25 | 17 | 471 | 137 | 54 |
| Binary | 11011001 | 101 | 10101011 | 0 | 1100010 | 10101 | 1111 | 100111001 | 1011111 | 101100 |
Color Harmonies of #D905AB
Complementary color
Monochromatic Colors of #D905AB
Black with #D905AB
Text Example
Text Example
White with #D905AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D905AB; }
p { color: rgb(217,5,171); }
H1.HeaderClassName
{
color: #D905AB;
}
.AnyTagClassName
{
color: #D905AB;
}
</style>
background-color css
<style>
a { background-color: #D905AB; }
a { background-color: rgb(217,5,171); }
div.DivClassName
{
background-color: #D905AB;
}
.BgClassName
{
background-color: #D905AB;
}
</style>
border-color css
<style>
span { border-color: #D905AB; }
span { border-color: rgb(217,5,171); }
td.TdClassName
{
border-color: #D905AB;
}
.TagClassName
{
border-color: #D905AB;
}
</style>