Shades of Hollywood Cerise #D902AC
Tints of Hollywood Cerise #D902AC
RGB
CMYK
RGB Variations
Color information
#D902AC (or 0xD902AC) is known color: Hollywood Cerise. HEX triplet: D9, 02 and AC. RGB value is (217,2,172). Sum of RGB (Red+Green+Blue) = 217+2+172=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 2 (1.17% from 255 or 0.51% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D902AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D902AC is #26FD53. Grayscale: #555555. Windows color (decimal): -2555220 or 11272921. OLE color: 11272921.
HSL color Cylindrical-coordinate representation of color #D902AC: hue angle of 312.56º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D902AC is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 2 | 172 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.15 |
| HSL | 312.56º | 0.98% | 0.43% | - |
| HSV(B) | 312.56º | 0.99% | 0.85% | - |
| XYZ | 36.08 | 17.77 | 40.56 | - |
| YUV | 85.67 | 176.73 | 221.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 2 | 172 | 0 | 0.99 | 0.21 | 0.15 | 312.56 | 0.98 | 0.43 |
| Hex | D9 | 2 | AC | 0 | 63 | 15 | F | 139 | 62 | 2B |
| Octal | 331 | 2 | 254 | 0 | 143 | 25 | 17 | 471 | 142 | 53 |
| Binary | 11011001 | 10 | 10101100 | 0 | 1100011 | 10101 | 1111 | 100111001 | 1100010 | 101011 |
Color Harmonies of #D902AC
Complementary color
Monochromatic Colors of #D902AC
Black with #D902AC
Text Example
Text Example
White with #D902AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D902AC; }
p { color: rgb(217,2,172); }
H1.HeaderClassName
{
color: #D902AC;
}
.AnyTagClassName
{
color: #D902AC;
}
</style>
background-color css
<style>
a { background-color: #D902AC; }
a { background-color: rgb(217,2,172); }
div.DivClassName
{
background-color: #D902AC;
}
.BgClassName
{
background-color: #D902AC;
}
</style>
border-color css
<style>
span { border-color: #D902AC; }
span { border-color: rgb(217,2,172); }
td.TdClassName
{
border-color: #D902AC;
}
.TagClassName
{
border-color: #D902AC;
}
</style>