Shades of Hollywood Cerise #D618AD
Tints of Hollywood Cerise #D618AD
RGB
CMYK
RGB Variations
Color information
#D618AD (or 0xD618AD) is known color: Hollywood Cerise. HEX triplet: D6, 18 and AD. RGB value is (214,24,173). Sum of RGB (Red+Green+Blue) = 214+24+173=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 24 (9.77% from 255 or 5.84% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D618AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D618AD is #29E752. Grayscale: #616161. Windows color (decimal): -2746195 or 11344086. OLE color: 11344086.
HSL color Cylindrical-coordinate representation of color #D618AD: hue angle of 312.95º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D618AD is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 24 | 173 | - |
| CMYK | 0 | 0.89 | 0.19 | 0.16 |
| HSL | 312.95º | 0.8% | 0.47% | - |
| HSV(B) | 312.95º | 0.89% | 0.84% | - |
| XYZ | 35.6 | 17.97 | 41.13 | - |
| YUV | 97.8 | 170.45 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 24 | 173 | 0 | 0.89 | 0.19 | 0.16 | 312.95 | 0.8 | 0.47 |
| Hex | D6 | 18 | AD | 0 | 59 | 13 | 10 | 139 | 50 | 2F |
| Octal | 326 | 30 | 255 | 0 | 131 | 23 | 20 | 471 | 120 | 57 |
| Binary | 11010110 | 11000 | 10101101 | 0 | 1011001 | 10011 | 10000 | 100111001 | 1010000 | 101111 |
Color Harmonies of #D618AD
Complementary color
Monochromatic Colors of #D618AD
Black with #D618AD
Text Example
Text Example
White with #D618AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D618AD; }
p { color: rgb(214,24,173); }
H1.HeaderClassName
{
color: #D618AD;
}
.AnyTagClassName
{
color: #D618AD;
}
</style>
background-color css
<style>
a { background-color: #D618AD; }
a { background-color: rgb(214,24,173); }
div.DivClassName
{
background-color: #D618AD;
}
.BgClassName
{
background-color: #D618AD;
}
</style>
border-color css
<style>
span { border-color: #D618AD; }
span { border-color: rgb(214,24,173); }
td.TdClassName
{
border-color: #D618AD;
}
.TagClassName
{
border-color: #D618AD;
}
</style>