Shades of Hollywood Cerise #D703A3
Tints of Hollywood Cerise #D703A3
RGB
CMYK
RGB Variations
Color information
#D703A3 (or 0xD703A3) is known color: Hollywood Cerise. HEX triplet: D7, 03 and A3. RGB value is (215,3,163). Sum of RGB (Red+Green+Blue) = 215+3+163=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 3 (1.56% from 255 or 0.79% from 381); Blue value is 163 (64.06% from 255 or 42.78% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D703A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D703A3 is #28FC5C. Grayscale: #545454. Windows color (decimal): -2686045 or 10683351. OLE color: 10683351.
HSL color Cylindrical-coordinate representation of color #D703A3: hue angle of 314.72º 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 #D703A3 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 3 | 163 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.16 |
| HSL | 314.72º | 0.97% | 0.43% | - |
| HSV(B) | 314.72º | 0.99% | 0.84% | - |
| XYZ | 34.67 | 17.16 | 36.13 | - |
| YUV | 84.63 | 172.24 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 3 | 163 | 0 | 0.99 | 0.24 | 0.16 | 314.72 | 0.97 | 0.43 |
| Hex | D7 | 3 | A3 | 0 | 63 | 18 | 10 | 13B | 61 | 2B |
| Octal | 327 | 3 | 243 | 0 | 143 | 30 | 20 | 473 | 141 | 53 |
| Binary | 11010111 | 11 | 10100011 | 0 | 1100011 | 11000 | 10000 | 100111011 | 1100001 | 101011 |
Color Harmonies of #D703A3
Complementary color
Monochromatic Colors of #D703A3
Black with #D703A3
Text Example
Text Example
White with #D703A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D703A3; }
p { color: rgb(215,3,163); }
H1.HeaderClassName
{
color: #D703A3;
}
.AnyTagClassName
{
color: #D703A3;
}
</style>
background-color css
<style>
a { background-color: #D703A3; }
a { background-color: rgb(215,3,163); }
div.DivClassName
{
background-color: #D703A3;
}
.BgClassName
{
background-color: #D703A3;
}
</style>
border-color css
<style>
span { border-color: #D703A3; }
span { border-color: rgb(215,3,163); }
td.TdClassName
{
border-color: #D703A3;
}
.TagClassName
{
border-color: #D703A3;
}
</style>