Shades of Hollywood Cerise #D713A9
Tints of Hollywood Cerise #D713A9
RGB
CMYK
RGB Variations
Color information
#D713A9 (or 0xD713A9) is known color: Hollywood Cerise. HEX triplet: D7, 13 and A9. RGB value is (215,19,169). Sum of RGB (Red+Green+Blue) = 215+19+169=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 19 (7.81% from 255 or 4.71% from 403); Blue value is 169 (66.41% from 255 or 41.94% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D713A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D713A9 is #28EC56. Grayscale: #5E5E5E. Windows color (decimal): -2681943 or 11080663. OLE color: 11080663.
HSL color Cylindrical-coordinate representation of color #D713A9: hue angle of 314.08º degrees, saturation: 0.84, 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 #D713A9 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 19 | 169 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.16 |
| HSL | 314.08º | 0.84% | 0.46% | - |
| HSV(B) | 314.08º | 0.91% | 0.84% | - |
| XYZ | 35.42 | 17.78 | 39.1 | - |
| YUV | 94.7 | 169.93 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 19 | 169 | 0 | 0.91 | 0.21 | 0.16 | 314.08 | 0.84 | 0.46 |
| Hex | D7 | 13 | A9 | 0 | 5B | 15 | 10 | 13A | 54 | 2E |
| Octal | 327 | 23 | 251 | 0 | 133 | 25 | 20 | 472 | 124 | 56 |
| Binary | 11010111 | 10011 | 10101001 | 0 | 1011011 | 10101 | 10000 | 100111010 | 1010100 | 101110 |
Color Harmonies of #D713A9
Complementary color
Monochromatic Colors of #D713A9
Black with #D713A9
Text Example
Text Example
White with #D713A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D713A9; }
p { color: rgb(215,19,169); }
H1.HeaderClassName
{
color: #D713A9;
}
.AnyTagClassName
{
color: #D713A9;
}
</style>
background-color css
<style>
a { background-color: #D713A9; }
a { background-color: rgb(215,19,169); }
div.DivClassName
{
background-color: #D713A9;
}
.BgClassName
{
background-color: #D713A9;
}
</style>
border-color css
<style>
span { border-color: #D713A9; }
span { border-color: rgb(215,19,169); }
td.TdClassName
{
border-color: #D713A9;
}
.TagClassName
{
border-color: #D713A9;
}
</style>