Shades of Hollywood Cerise #D904AC
Tints of Hollywood Cerise #D904AC
RGB
CMYK
RGB Variations
Color information
#D904AC (or 0xD904AC) is known color: Hollywood Cerise. HEX triplet: D9, 04 and AC. RGB value is (217,4,172). Sum of RGB (Red+Green+Blue) = 217+4+172=393 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.22% from 393); Green value is 4 (1.95% from 255 or 1.02% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 217 - color contains mainly: red. Hex color #D904AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D904AC is #26FB53. Grayscale: #565656. Windows color (decimal): -2554708 or 11273433. OLE color: 11273433.
HSL color Cylindrical-coordinate representation of color #D904AC: hue angle of 312.68º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D904AC is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 172 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.15 |
| HSL | 312.68º | 0.96% | 0.43% | - |
| HSV(B) | 312.68º | 0.98% | 0.85% | - |
| XYZ | 36.11 | 17.82 | 40.57 | - |
| YUV | 86.84 | 176.07 | 220.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 172 | 0 | 0.98 | 0.21 | 0.15 | 312.68 | 0.96 | 0.43 |
| Hex | D9 | 4 | AC | 0 | 62 | 15 | F | 139 | 60 | 2B |
| Octal | 331 | 4 | 254 | 0 | 142 | 25 | 17 | 471 | 140 | 53 |
| Binary | 11011001 | 100 | 10101100 | 0 | 1100010 | 10101 | 1111 | 100111001 | 1100000 | 101011 |
Color Harmonies of #D904AC
Complementary color
Monochromatic Colors of #D904AC
Black with #D904AC
Text Example
Text Example
White with #D904AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D904AC; }
p { color: rgb(217,4,172); }
H1.HeaderClassName
{
color: #D904AC;
}
.AnyTagClassName
{
color: #D904AC;
}
</style>
background-color css
<style>
a { background-color: #D904AC; }
a { background-color: rgb(217,4,172); }
div.DivClassName
{
background-color: #D904AC;
}
.BgClassName
{
background-color: #D904AC;
}
</style>
border-color css
<style>
span { border-color: #D904AC; }
span { border-color: rgb(217,4,172); }
td.TdClassName
{
border-color: #D904AC;
}
.TagClassName
{
border-color: #D904AC;
}
</style>