Shades of Hollywood Cerise #D901AF
Tints of Hollywood Cerise #D901AF
RGB
CMYK
RGB Variations
Color information
#D901AF (or 0xD901AF) is known color: Hollywood Cerise. HEX triplet: D9, 01 and AF. RGB value is (217,1,175). Sum of RGB (Red+Green+Blue) = 217+1+175=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D901AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D901AF is #26FE50. Grayscale: #545454. Windows color (decimal): -2555473 or 11469273. OLE color: 11469273.
HSL color Cylindrical-coordinate representation of color #D901AF: hue angle of 311.67º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D901AF is Cyan = 0, Magento = 1.00, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 1 | 175 | - |
| CMYK | 0 | 1.00 | 0.19 | 0.15 |
| HSL | 311.67º | 0.99% | 0.43% | - |
| HSV(B) | 311.67º | 1% | 0.85% | - |
| XYZ | 36.36 | 17.87 | 42.09 | - |
| YUV | 85.42 | 178.56 | 221.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 1 | 175 | 0 | 1.00 | 0.19 | 0.15 | 311.67 | 0.99 | 0.43 |
| Hex | D9 | 1 | AF | 0 | 64 | 13 | F | 138 | 63 | 2B |
| Octal | 331 | 1 | 257 | 0 | 144 | 23 | 17 | 470 | 143 | 53 |
| Binary | 11011001 | 1 | 10101111 | 0 | 1100100 | 10011 | 1111 | 100111000 | 1100011 | 101011 |
Color Harmonies of #D901AF
Complementary color
Monochromatic Colors of #D901AF
Black with #D901AF
Text Example
Text Example
White with #D901AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D901AF; }
p { color: rgb(217,1,175); }
H1.HeaderClassName
{
color: #D901AF;
}
.AnyTagClassName
{
color: #D901AF;
}
</style>
background-color css
<style>
a { background-color: #D901AF; }
a { background-color: rgb(217,1,175); }
div.DivClassName
{
background-color: #D901AF;
}
.BgClassName
{
background-color: #D901AF;
}
</style>
border-color css
<style>
span { border-color: #D901AF; }
span { border-color: rgb(217,1,175); }
td.TdClassName
{
border-color: #D901AF;
}
.TagClassName
{
border-color: #D901AF;
}
</style>