Shades of Hollywood Cerise #D905AC
Tints of Hollywood Cerise #D905AC
RGB
CMYK
RGB Variations
Color information
#D905AC (or 0xD905AC) is known color: Hollywood Cerise. HEX triplet: D9, 05 and AC. RGB value is (217,5,172). Sum of RGB (Red+Green+Blue) = 217+5+172=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 5 (2.34% from 255 or 1.27% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D905AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D905AC is #26FA53. Grayscale: #565656. Windows color (decimal): -2554452 or 11273689. OLE color: 11273689.
HSL color Cylindrical-coordinate representation of color #D905AC: hue angle of 312.74º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D905AC is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 5 | 172 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.15 |
| HSL | 312.74º | 0.95% | 0.44% | - |
| HSV(B) | 312.74º | 0.98% | 0.85% | - |
| XYZ | 36.12 | 17.84 | 40.57 | - |
| YUV | 87.43 | 175.74 | 220.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 5 | 172 | 0 | 0.98 | 0.21 | 0.15 | 312.74 | 0.95 | 0.44 |
| Hex | D9 | 5 | AC | 0 | 62 | 15 | F | 139 | 5F | 2C |
| Octal | 331 | 5 | 254 | 0 | 142 | 25 | 17 | 471 | 137 | 54 |
| Binary | 11011001 | 101 | 10101100 | 0 | 1100010 | 10101 | 1111 | 100111001 | 1011111 | 101100 |
Color Harmonies of #D905AC
Complementary color
Monochromatic Colors of #D905AC
Black with #D905AC
Text Example
Text Example
White with #D905AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D905AC; }
p { color: rgb(217,5,172); }
H1.HeaderClassName
{
color: #D905AC;
}
.AnyTagClassName
{
color: #D905AC;
}
</style>
background-color css
<style>
a { background-color: #D905AC; }
a { background-color: rgb(217,5,172); }
div.DivClassName
{
background-color: #D905AC;
}
.BgClassName
{
background-color: #D905AC;
}
</style>
border-color css
<style>
span { border-color: #D905AC; }
span { border-color: rgb(217,5,172); }
td.TdClassName
{
border-color: #D905AC;
}
.TagClassName
{
border-color: #D905AC;
}
</style>