Shades of Hollywood Cerise #D708AA
Tints of Hollywood Cerise #D708AA
RGB
CMYK
RGB Variations
Color information
#D708AA (or 0xD708AA) is known color: Hollywood Cerise. HEX triplet: D7, 08 and AA. RGB value is (215,8,170). Sum of RGB (Red+Green+Blue) = 215+8+170=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 8 (3.52% from 255 or 2.04% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D708AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D708AA is #28F755. Grayscale: #575757. Windows color (decimal): -2684758 or 11143383. OLE color: 11143383.
HSL color Cylindrical-coordinate representation of color #D708AA: hue angle of 313.04º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D708AA is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 170 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.16 |
| HSL | 313.04º | 0.93% | 0.44% | - |
| HSV(B) | 313.04º | 0.96% | 0.84% | - |
| XYZ | 35.37 | 17.52 | 39.55 | - |
| YUV | 88.36 | 174.08 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 170 | 0 | 0.96 | 0.21 | 0.16 | 313.04 | 0.93 | 0.44 |
| Hex | D7 | 8 | AA | 0 | 60 | 15 | 10 | 139 | 5D | 2C |
| Octal | 327 | 10 | 252 | 0 | 140 | 25 | 20 | 471 | 135 | 54 |
| Binary | 11010111 | 1000 | 10101010 | 0 | 1100000 | 10101 | 10000 | 100111001 | 1011101 | 101100 |
Color Harmonies of #D708AA
Complementary color
Monochromatic Colors of #D708AA
Black with #D708AA
Text Example
Text Example
White with #D708AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D708AA; }
p { color: rgb(215,8,170); }
H1.HeaderClassName
{
color: #D708AA;
}
.AnyTagClassName
{
color: #D708AA;
}
</style>
background-color css
<style>
a { background-color: #D708AA; }
a { background-color: rgb(215,8,170); }
div.DivClassName
{
background-color: #D708AA;
}
.BgClassName
{
background-color: #D708AA;
}
</style>
border-color css
<style>
span { border-color: #D708AA; }
span { border-color: rgb(215,8,170); }
td.TdClassName
{
border-color: #D708AA;
}
.TagClassName
{
border-color: #D708AA;
}
</style>