Shades of Hollywood Cerise #D617AF
Tints of Hollywood Cerise #D617AF
RGB
CMYK
RGB Variations
Color information
#D617AF (or 0xD617AF) is known color: Hollywood Cerise. HEX triplet: D6, 17 and AF. RGB value is (214,23,175). Sum of RGB (Red+Green+Blue) = 214+23+175=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 23 (9.38% from 255 or 5.58% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D617AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D617AF is #29E850. Grayscale: #616161. Windows color (decimal): -2746449 or 11474902. OLE color: 11474902.
HSL color Cylindrical-coordinate representation of color #D617AF: hue angle of 312.25º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D617AF is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 23 | 175 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.16 |
| HSL | 312.25º | 0.81% | 0.46% | - |
| HSV(B) | 312.25º | 0.89% | 0.84% | - |
| XYZ | 35.78 | 18 | 42.15 | - |
| YUV | 97.44 | 171.78 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 23 | 175 | 0 | 0.89 | 0.18 | 0.16 | 312.25 | 0.81 | 0.46 |
| Hex | D6 | 17 | AF | 0 | 59 | 12 | 10 | 138 | 51 | 2E |
| Octal | 326 | 27 | 257 | 0 | 131 | 22 | 20 | 470 | 121 | 56 |
| Binary | 11010110 | 10111 | 10101111 | 0 | 1011001 | 10010 | 10000 | 100111000 | 1010001 | 101110 |
Color Harmonies of #D617AF
Complementary color
Monochromatic Colors of #D617AF
Black with #D617AF
Text Example
Text Example
White with #D617AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D617AF; }
p { color: rgb(214,23,175); }
H1.HeaderClassName
{
color: #D617AF;
}
.AnyTagClassName
{
color: #D617AF;
}
</style>
background-color css
<style>
a { background-color: #D617AF; }
a { background-color: rgb(214,23,175); }
div.DivClassName
{
background-color: #D617AF;
}
.BgClassName
{
background-color: #D617AF;
}
</style>
border-color css
<style>
span { border-color: #D617AF; }
span { border-color: rgb(214,23,175); }
td.TdClassName
{
border-color: #D617AF;
}
.TagClassName
{
border-color: #D617AF;
}
</style>