Shades of Hollywood Cerise #D703AA
Tints of Hollywood Cerise #D703AA
RGB
CMYK
RGB Variations
Color information
#D703AA (or 0xD703AA) is known color: Hollywood Cerise. HEX triplet: D7, 03 and AA. RGB value is (215,3,170). Sum of RGB (Red+Green+Blue) = 215+3+170=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 3 (1.56% from 255 or 0.77% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D703AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D703AA is #28FC55. Grayscale: #545454. Windows color (decimal): -2686038 or 11142103. OLE color: 11142103.
HSL color Cylindrical-coordinate representation of color #D703AA: hue angle of 312.74º 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 #D703AA is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 170 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.16 |
| HSL | 312.74º | 0.97% | 0.43% | - |
| HSV(B) | 312.74º | 0.99% | 0.84% | - |
| XYZ | 35.31 | 17.41 | 39.53 | - |
| YUV | 85.43 | 175.74 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 170 | 0 | 0.99 | 0.21 | 0.16 | 312.74 | 0.97 | 0.43 |
| Hex | D7 | 3 | AA | 0 | 63 | 15 | 10 | 139 | 61 | 2B |
| Octal | 327 | 3 | 252 | 0 | 143 | 25 | 20 | 471 | 141 | 53 |
| Binary | 11010111 | 11 | 10101010 | 0 | 1100011 | 10101 | 10000 | 100111001 | 1100001 | 101011 |
Color Harmonies of #D703AA
Complementary color
Monochromatic Colors of #D703AA
Black with #D703AA
Text Example
Text Example
White with #D703AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D703AA; }
p { color: rgb(215,3,170); }
H1.HeaderClassName
{
color: #D703AA;
}
.AnyTagClassName
{
color: #D703AA;
}
</style>
background-color css
<style>
a { background-color: #D703AA; }
a { background-color: rgb(215,3,170); }
div.DivClassName
{
background-color: #D703AA;
}
.BgClassName
{
background-color: #D703AA;
}
</style>
border-color css
<style>
span { border-color: #D703AA; }
span { border-color: rgb(215,3,170); }
td.TdClassName
{
border-color: #D703AA;
}
.TagClassName
{
border-color: #D703AA;
}
</style>