Shades of Hollywood Cerise #D706A8
Tints of Hollywood Cerise #D706A8
RGB
CMYK
RGB Variations
Color information
#D706A8 (or 0xD706A8) is known color: Hollywood Cerise. HEX triplet: D7, 06 and A8. RGB value is (215,6,168). Sum of RGB (Red+Green+Blue) = 215+6+168=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 6 (2.73% from 255 or 1.54% from 389); Blue value is 168 (66.02% from 255 or 43.19% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D706A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D706A8 is #28F957. Grayscale: #565656. Windows color (decimal): -2685272 or 11011799. OLE color: 11011799.
HSL color Cylindrical-coordinate representation of color #D706A8: hue angle of 313.49º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D706A8 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 6 | 168 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.16 |
| HSL | 313.49º | 0.95% | 0.43% | - |
| HSV(B) | 313.49º | 0.97% | 0.84% | - |
| XYZ | 35.16 | 17.4 | 38.55 | - |
| YUV | 86.96 | 173.74 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 6 | 168 | 0 | 0.97 | 0.22 | 0.16 | 313.49 | 0.95 | 0.43 |
| Hex | D7 | 6 | A8 | 0 | 61 | 16 | 10 | 139 | 5F | 2B |
| Octal | 327 | 6 | 250 | 0 | 141 | 26 | 20 | 471 | 137 | 53 |
| Binary | 11010111 | 110 | 10101000 | 0 | 1100001 | 10110 | 10000 | 100111001 | 1011111 | 101011 |
Color Harmonies of #D706A8
Complementary color
Monochromatic Colors of #D706A8
Black with #D706A8
Text Example
Text Example
White with #D706A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D706A8; }
p { color: rgb(215,6,168); }
H1.HeaderClassName
{
color: #D706A8;
}
.AnyTagClassName
{
color: #D706A8;
}
</style>
background-color css
<style>
a { background-color: #D706A8; }
a { background-color: rgb(215,6,168); }
div.DivClassName
{
background-color: #D706A8;
}
.BgClassName
{
background-color: #D706A8;
}
</style>
border-color css
<style>
span { border-color: #D706A8; }
span { border-color: rgb(215,6,168); }
td.TdClassName
{
border-color: #D706A8;
}
.TagClassName
{
border-color: #D706A8;
}
</style>