Shades of Hollywood Cerise #D708AF
Tints of Hollywood Cerise #D708AF
RGB
CMYK
RGB Variations
Color information
#D708AF (or 0xD708AF) is known color: Hollywood Cerise. HEX triplet: D7, 08 and AF. RGB value is (215,8,175). Sum of RGB (Red+Green+Blue) = 215+8+175=398 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.02% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 215 - color contains mainly: red. Hex color #D708AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D708AF is #28F750. Grayscale: #585858. Windows color (decimal): -2684753 or 11471063. OLE color: 11471063.
HSL color Cylindrical-coordinate representation of color #D708AF: hue angle of 311.59º 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 #D708AF is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 8 | 175 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.16 |
| HSL | 311.59º | 0.93% | 0.44% | - |
| HSV(B) | 311.59º | 0.96% | 0.84% | - |
| XYZ | 35.85 | 17.72 | 42.09 | - |
| YUV | 88.93 | 176.58 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 8 | 175 | 0 | 0.96 | 0.19 | 0.16 | 311.59 | 0.93 | 0.44 |
| Hex | D7 | 8 | AF | 0 | 60 | 13 | 10 | 138 | 5D | 2C |
| Octal | 327 | 10 | 257 | 0 | 140 | 23 | 20 | 470 | 135 | 54 |
| Binary | 11010111 | 1000 | 10101111 | 0 | 1100000 | 10011 | 10000 | 100111000 | 1011101 | 101100 |
Color Harmonies of #D708AF
Complementary color
Monochromatic Colors of #D708AF
Black with #D708AF
Text Example
Text Example
White with #D708AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D708AF; }
p { color: rgb(215,8,175); }
H1.HeaderClassName
{
color: #D708AF;
}
.AnyTagClassName
{
color: #D708AF;
}
</style>
background-color css
<style>
a { background-color: #D708AF; }
a { background-color: rgb(215,8,175); }
div.DivClassName
{
background-color: #D708AF;
}
.BgClassName
{
background-color: #D708AF;
}
</style>
border-color css
<style>
span { border-color: #D708AF; }
span { border-color: rgb(215,8,175); }
td.TdClassName
{
border-color: #D708AF;
}
.TagClassName
{
border-color: #D708AF;
}
</style>