Shades of Hollywood Cerise #D615A7
Tints of Hollywood Cerise #D615A7
RGB
CMYK
RGB Variations
Color information
#D615A7 (or 0xD615A7) is known color: Hollywood Cerise. HEX triplet: D6, 15 and A7. RGB value is (214,21,167). Sum of RGB (Red+Green+Blue) = 214+21+167=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 21 (8.59% from 255 or 5.22% from 402); Blue value is 167 (65.62% from 255 or 41.54% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D615A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D615A7 is #29EA58. Grayscale: #5E5E5E. Windows color (decimal): -2746969 or 10950102. OLE color: 10950102.
HSL color Cylindrical-coordinate representation of color #D615A7: hue angle of 314.61º 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 #D615A7 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 21 | 167 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.16 |
| HSL | 314.61º | 0.82% | 0.46% | - |
| HSV(B) | 314.61º | 0.9% | 0.84% | - |
| XYZ | 34.97 | 17.62 | 38.12 | - |
| YUV | 95.35 | 168.44 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 167 | 0 | 0.90 | 0.22 | 0.16 | 314.61 | 0.82 | 0.46 |
| Hex | D6 | 15 | A7 | 0 | 5A | 16 | 10 | 13B | 52 | 2E |
| Octal | 326 | 25 | 247 | 0 | 132 | 26 | 20 | 473 | 122 | 56 |
| Binary | 11010110 | 10101 | 10100111 | 0 | 1011010 | 10110 | 10000 | 100111011 | 1010010 | 101110 |
Color Harmonies of #D615A7
Complementary color
Monochromatic Colors of #D615A7
Black with #D615A7
Text Example
Text Example
White with #D615A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D615A7; }
p { color: rgb(214,21,167); }
H1.HeaderClassName
{
color: #D615A7;
}
.AnyTagClassName
{
color: #D615A7;
}
</style>
background-color css
<style>
a { background-color: #D615A7; }
a { background-color: rgb(214,21,167); }
div.DivClassName
{
background-color: #D615A7;
}
.BgClassName
{
background-color: #D615A7;
}
</style>
border-color css
<style>
span { border-color: #D615A7; }
span { border-color: rgb(214,21,167); }
td.TdClassName
{
border-color: #D615A7;
}
.TagClassName
{
border-color: #D615A7;
}
</style>