Shades of Hollywood Cerise #D703AB
Tints of Hollywood Cerise #D703AB
RGB
CMYK
RGB Variations
Color information
#D703AB (or 0xD703AB) is known color: Hollywood Cerise. HEX triplet: D7, 03 and AB. RGB value is (215,3,171). Sum of RGB (Red+Green+Blue) = 215+3+171=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 3 (1.56% from 255 or 0.77% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D703AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D703AB is #28FC54. Grayscale: #555555. Windows color (decimal): -2686037 or 11207639. OLE color: 11207639.
HSL color Cylindrical-coordinate representation of color #D703AB: hue angle of 312.45º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D703AB is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 171 | - |
| CMYK | 0 | 0.99 | 0.20 | 0.16 |
| HSL | 312.45º | 0.97% | 0.43% | - |
| HSV(B) | 312.45º | 0.99% | 0.84% | - |
| XYZ | 35.41 | 17.45 | 40.03 | - |
| YUV | 85.54 | 176.24 | 220.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 171 | 0 | 0.99 | 0.20 | 0.16 | 312.45 | 0.97 | 0.43 |
| Hex | D7 | 3 | AB | 0 | 63 | 14 | 10 | 138 | 61 | 2B |
| Octal | 327 | 3 | 253 | 0 | 143 | 24 | 20 | 470 | 141 | 53 |
| Binary | 11010111 | 11 | 10101011 | 0 | 1100011 | 10100 | 10000 | 100111000 | 1100001 | 101011 |
Color Harmonies of #D703AB
Complementary color
Monochromatic Colors of #D703AB
Black with #D703AB
Text Example
Text Example
White with #D703AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D703AB; }
p { color: rgb(215,3,171); }
H1.HeaderClassName
{
color: #D703AB;
}
.AnyTagClassName
{
color: #D703AB;
}
</style>
background-color css
<style>
a { background-color: #D703AB; }
a { background-color: rgb(215,3,171); }
div.DivClassName
{
background-color: #D703AB;
}
.BgClassName
{
background-color: #D703AB;
}
</style>
border-color css
<style>
span { border-color: #D703AB; }
span { border-color: rgb(215,3,171); }
td.TdClassName
{
border-color: #D703AB;
}
.TagClassName
{
border-color: #D703AB;
}
</style>