Shades of Hollywood Cerise #D615AF
Tints of Hollywood Cerise #D615AF
RGB
CMYK
RGB Variations
Color information
#D615AF (or 0xD615AF) is known color: Hollywood Cerise. HEX triplet: D6, 15 and AF. RGB value is (214,21,175). Sum of RGB (Red+Green+Blue) = 214+21+175=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 21 (8.59% from 255 or 5.12% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D615AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D615AF is #29EA50. Grayscale: #5F5F5F. Windows color (decimal): -2746961 or 11474390. OLE color: 11474390.
HSL color Cylindrical-coordinate representation of color #D615AF: hue angle of 312.12º 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 #D615AF is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 21 | 175 | - |
| CMYK | 0 | 0.90 | 0.18 | 0.16 |
| HSL | 312.12º | 0.82% | 0.46% | - |
| HSV(B) | 312.12º | 0.9% | 0.84% | - |
| XYZ | 35.74 | 17.93 | 42.13 | - |
| YUV | 96.26 | 172.44 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 21 | 175 | 0 | 0.90 | 0.18 | 0.16 | 312.12 | 0.82 | 0.46 |
| Hex | D6 | 15 | AF | 0 | 5A | 12 | 10 | 138 | 52 | 2E |
| Octal | 326 | 25 | 257 | 0 | 132 | 22 | 20 | 470 | 122 | 56 |
| Binary | 11010110 | 10101 | 10101111 | 0 | 1011010 | 10010 | 10000 | 100111000 | 1010010 | 101110 |
Color Harmonies of #D615AF
Complementary color
Monochromatic Colors of #D615AF
Black with #D615AF
Text Example
Text Example
White with #D615AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D615AF; }
p { color: rgb(214,21,175); }
H1.HeaderClassName
{
color: #D615AF;
}
.AnyTagClassName
{
color: #D615AF;
}
</style>
background-color css
<style>
a { background-color: #D615AF; }
a { background-color: rgb(214,21,175); }
div.DivClassName
{
background-color: #D615AF;
}
.BgClassName
{
background-color: #D615AF;
}
</style>
border-color css
<style>
span { border-color: #D615AF; }
span { border-color: rgb(214,21,175); }
td.TdClassName
{
border-color: #D615AF;
}
.TagClassName
{
border-color: #D615AF;
}
</style>