Shades of Hollywood Cerise #D712A4
Tints of Hollywood Cerise #D712A4
RGB
CMYK
RGB Variations
Color information
#D712A4 (or 0xD712A4) is known color: Hollywood Cerise. HEX triplet: D7, 12 and A4. RGB value is (215,18,164). Sum of RGB (Red+Green+Blue) = 215+18+164=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D712A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D712A4 is #28ED5B. Grayscale: #5D5D5D. Windows color (decimal): -2682204 or 10752727. OLE color: 10752727.
HSL color Cylindrical-coordinate representation of color #D712A4: hue angle of 315.53º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D712A4 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 18 | 164 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.16 |
| HSL | 315.53º | 0.85% | 0.46% | - |
| HSV(B) | 315.53º | 0.92% | 0.84% | - |
| XYZ | 34.94 | 17.56 | 36.67 | - |
| YUV | 93.55 | 167.77 | 214.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 18 | 164 | 0 | 0.92 | 0.24 | 0.16 | 315.53 | 0.85 | 0.46 |
| Hex | D7 | 12 | A4 | 0 | 5C | 18 | 10 | 13C | 55 | 2E |
| Octal | 327 | 22 | 244 | 0 | 134 | 30 | 20 | 474 | 125 | 56 |
| Binary | 11010111 | 10010 | 10100100 | 0 | 1011100 | 11000 | 10000 | 100111100 | 1010101 | 101110 |
Color Harmonies of #D712A4
Complementary color
Monochromatic Colors of #D712A4
Black with #D712A4
Text Example
Text Example
White with #D712A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D712A4; }
p { color: rgb(215,18,164); }
H1.HeaderClassName
{
color: #D712A4;
}
.AnyTagClassName
{
color: #D712A4;
}
</style>
background-color css
<style>
a { background-color: #D712A4; }
a { background-color: rgb(215,18,164); }
div.DivClassName
{
background-color: #D712A4;
}
.BgClassName
{
background-color: #D712A4;
}
</style>
border-color css
<style>
span { border-color: #D712A4; }
span { border-color: rgb(215,18,164); }
td.TdClassName
{
border-color: #D712A4;
}
.TagClassName
{
border-color: #D712A4;
}
</style>