Shades of Hollywood Cerise #D615A8
Tints of Hollywood Cerise #D615A8
RGB
CMYK
RGB Variations
Color information
#D615A8 (or 0xD615A8) is known color: Hollywood Cerise. HEX triplet: D6, 15 and A8. RGB value is (214,21,168). Sum of RGB (Red+Green+Blue) = 214+21+168=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 21 (8.59% from 255 or 5.21% from 403); Blue value is 168 (66.02% from 255 or 41.69% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D615A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D615A8 is #29EA57. Grayscale: #5F5F5F. Windows color (decimal): -2746968 or 11015638. OLE color: 11015638.
HSL color Cylindrical-coordinate representation of color #D615A8: hue angle of 314.3º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D615A8 is Cyan = 0, Magento = 0.90, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 21 | 168 | - |
| CMYK | 0 | 0.90 | 0.21 | 0.16 |
| HSL | 314.3º | 0.82% | 0.46% | - |
| HSV(B) | 314.3º | 0.9% | 0.84% | - |
| XYZ | 35.07 | 17.66 | 38.61 | - |
| YUV | 95.47 | 168.94 | 212.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 168 | 0 | 0.90 | 0.21 | 0.16 | 314.3 | 0.82 | 0.46 |
| Hex | D6 | 15 | A8 | 0 | 5A | 15 | 10 | 13A | 52 | 2E |
| Octal | 326 | 25 | 250 | 0 | 132 | 25 | 20 | 472 | 122 | 56 |
| Binary | 11010110 | 10101 | 10101000 | 0 | 1011010 | 10101 | 10000 | 100111010 | 1010010 | 101110 |
Color Harmonies of #D615A8
Complementary color
Monochromatic Colors of #D615A8
Black with #D615A8
Text Example
Text Example
White with #D615A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D615A8; }
p { color: rgb(214,21,168); }
H1.HeaderClassName
{
color: #D615A8;
}
.AnyTagClassName
{
color: #D615A8;
}
</style>
background-color css
<style>
a { background-color: #D615A8; }
a { background-color: rgb(214,21,168); }
div.DivClassName
{
background-color: #D615A8;
}
.BgClassName
{
background-color: #D615A8;
}
</style>
border-color css
<style>
span { border-color: #D615A8; }
span { border-color: rgb(214,21,168); }
td.TdClassName
{
border-color: #D615A8;
}
.TagClassName
{
border-color: #D615A8;
}
</style>