Shades of Hollywood Cerise #D707AD
Tints of Hollywood Cerise #D707AD
RGB
CMYK
RGB Variations
Color information
#D707AD (or 0xD707AD) is known color: Hollywood Cerise. HEX triplet: D7, 07 and AD. RGB value is (215,7,173). Sum of RGB (Red+Green+Blue) = 215+7+173=395 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.43% from 395); Green value is 7 (3.12% from 255 or 1.77% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 215 - color contains mainly: red. Hex color #D707AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D707AD is #28F852. Grayscale: #575757. Windows color (decimal): -2685011 or 11339735. OLE color: 11339735.
HSL color Cylindrical-coordinate representation of color #D707AD: hue angle of 312.12º 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 #D707AD is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 7 | 173 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.16 |
| HSL | 312.12º | 0.94% | 0.44% | - |
| HSV(B) | 312.12º | 0.97% | 0.84% | - |
| XYZ | 35.64 | 17.62 | 41.06 | - |
| YUV | 88.12 | 175.91 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 7 | 173 | 0 | 0.97 | 0.20 | 0.16 | 312.12 | 0.94 | 0.44 |
| Hex | D7 | 7 | AD | 0 | 61 | 14 | 10 | 138 | 5E | 2C |
| Octal | 327 | 7 | 255 | 0 | 141 | 24 | 20 | 470 | 136 | 54 |
| Binary | 11010111 | 111 | 10101101 | 0 | 1100001 | 10100 | 10000 | 100111000 | 1011110 | 101100 |
Color Harmonies of #D707AD
Complementary color
Monochromatic Colors of #D707AD
Black with #D707AD
Text Example
Text Example
White with #D707AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D707AD; }
p { color: rgb(215,7,173); }
H1.HeaderClassName
{
color: #D707AD;
}
.AnyTagClassName
{
color: #D707AD;
}
</style>
background-color css
<style>
a { background-color: #D707AD; }
a { background-color: rgb(215,7,173); }
div.DivClassName
{
background-color: #D707AD;
}
.BgClassName
{
background-color: #D707AD;
}
</style>
border-color css
<style>
span { border-color: #D707AD; }
span { border-color: rgb(215,7,173); }
td.TdClassName
{
border-color: #D707AD;
}
.TagClassName
{
border-color: #D707AD;
}
</style>