Shades of Hollywood Cerise #D714AD
Tints of Hollywood Cerise #D714AD
RGB
CMYK
RGB Variations
Color information
#D714AD (or 0xD714AD) is known color: Hollywood Cerise. HEX triplet: D7, 14 and AD. RGB value is (215,20,173). Sum of RGB (Red+Green+Blue) = 215+20+173=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D714AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D714AD is #28EB52. Grayscale: #5F5F5F. Windows color (decimal): -2681683 or 11343063. OLE color: 11343063.
HSL color Cylindrical-coordinate representation of color #D714AD: hue angle of 312.92º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D714AD is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 20 | 173 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.16 |
| HSL | 312.92º | 0.83% | 0.46% | - |
| HSV(B) | 312.92º | 0.91% | 0.84% | - |
| XYZ | 35.82 | 17.96 | 41.11 | - |
| YUV | 95.75 | 171.6 | 213.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 20 | 173 | 0 | 0.91 | 0.20 | 0.16 | 312.92 | 0.83 | 0.46 |
| Hex | D7 | 14 | AD | 0 | 5B | 14 | 10 | 139 | 53 | 2E |
| Octal | 327 | 24 | 255 | 0 | 133 | 24 | 20 | 471 | 123 | 56 |
| Binary | 11010111 | 10100 | 10101101 | 0 | 1011011 | 10100 | 10000 | 100111001 | 1010011 | 101110 |
Color Harmonies of #D714AD
Complementary color
Monochromatic Colors of #D714AD
Black with #D714AD
Text Example
Text Example
White with #D714AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D714AD; }
p { color: rgb(215,20,173); }
H1.HeaderClassName
{
color: #D714AD;
}
.AnyTagClassName
{
color: #D714AD;
}
</style>
background-color css
<style>
a { background-color: #D714AD; }
a { background-color: rgb(215,20,173); }
div.DivClassName
{
background-color: #D714AD;
}
.BgClassName
{
background-color: #D714AD;
}
</style>
border-color css
<style>
span { border-color: #D714AD; }
span { border-color: rgb(215,20,173); }
td.TdClassName
{
border-color: #D714AD;
}
.TagClassName
{
border-color: #D714AD;
}
</style>