Shades of Hollywood Cerise #D906AC
Tints of Hollywood Cerise #D906AC
RGB
CMYK
RGB Variations
Color information
#D906AC (or 0xD906AC) is known color: Hollywood Cerise. HEX triplet: D9, 06 and AC. RGB value is (217,6,172). Sum of RGB (Red+Green+Blue) = 217+6+172=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 6 (2.73% from 255 or 1.52% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D906AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D906AC is #26F953. Grayscale: #575757. Windows color (decimal): -2554196 or 11273945. OLE color: 11273945.
HSL color Cylindrical-coordinate representation of color #D906AC: hue angle of 312.8º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D906AC is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 6 | 172 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.15 |
| HSL | 312.8º | 0.95% | 0.44% | - |
| HSV(B) | 312.8º | 0.97% | 0.85% | - |
| XYZ | 36.13 | 17.86 | 40.57 | - |
| YUV | 88.01 | 175.4 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 172 | 0 | 0.97 | 0.21 | 0.15 | 312.8 | 0.95 | 0.44 |
| Hex | D9 | 6 | AC | 0 | 61 | 15 | F | 139 | 5F | 2C |
| Octal | 331 | 6 | 254 | 0 | 141 | 25 | 17 | 471 | 137 | 54 |
| Binary | 11011001 | 110 | 10101100 | 0 | 1100001 | 10101 | 1111 | 100111001 | 1011111 | 101100 |
Color Harmonies of #D906AC
Complementary color
Monochromatic Colors of #D906AC
Black with #D906AC
Text Example
Text Example
White with #D906AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D906AC; }
p { color: rgb(217,6,172); }
H1.HeaderClassName
{
color: #D906AC;
}
.AnyTagClassName
{
color: #D906AC;
}
</style>
background-color css
<style>
a { background-color: #D906AC; }
a { background-color: rgb(217,6,172); }
div.DivClassName
{
background-color: #D906AC;
}
.BgClassName
{
background-color: #D906AC;
}
</style>
border-color css
<style>
span { border-color: #D906AC; }
span { border-color: rgb(217,6,172); }
td.TdClassName
{
border-color: #D906AC;
}
.TagClassName
{
border-color: #D906AC;
}
</style>