Shades of Hollywood Cerise #D707AA
Tints of Hollywood Cerise #D707AA
RGB
CMYK
RGB Variations
Color information
#D707AA (or 0xD707AA) is known color: Hollywood Cerise. HEX triplet: D7, 07 and AA. RGB value is (215,7,170). Sum of RGB (Red+Green+Blue) = 215+7+170=392 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.85% from 392); Green value is 7 (3.12% from 255 or 1.79% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 215 - color contains mainly: red. Hex color #D707AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D707AA is #28F855. Grayscale: #575757. Windows color (decimal): -2685014 or 11143127. OLE color: 11143127.
HSL color Cylindrical-coordinate representation of color #D707AA: hue angle of 312.98º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D707AA is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 170 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.16 |
| HSL | 312.98º | 0.94% | 0.44% | - |
| HSV(B) | 312.98º | 0.97% | 0.84% | - |
| XYZ | 35.36 | 17.5 | 39.54 | - |
| YUV | 87.77 | 174.41 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 170 | 0 | 0.97 | 0.21 | 0.16 | 312.98 | 0.94 | 0.44 |
| Hex | D7 | 7 | AA | 0 | 61 | 15 | 10 | 139 | 5E | 2C |
| Octal | 327 | 7 | 252 | 0 | 141 | 25 | 20 | 471 | 136 | 54 |
| Binary | 11010111 | 111 | 10101010 | 0 | 1100001 | 10101 | 10000 | 100111001 | 1011110 | 101100 |
Color Harmonies of #D707AA
Complementary color
Monochromatic Colors of #D707AA
Black with #D707AA
Text Example
Text Example
White with #D707AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D707AA; }
p { color: rgb(215,7,170); }
H1.HeaderClassName
{
color: #D707AA;
}
.AnyTagClassName
{
color: #D707AA;
}
</style>
background-color css
<style>
a { background-color: #D707AA; }
a { background-color: rgb(215,7,170); }
div.DivClassName
{
background-color: #D707AA;
}
.BgClassName
{
background-color: #D707AA;
}
</style>
border-color css
<style>
span { border-color: #D707AA; }
span { border-color: rgb(215,7,170); }
td.TdClassName
{
border-color: #D707AA;
}
.TagClassName
{
border-color: #D707AA;
}
</style>