Shades of Hollywood Cerise #D405AC
Tints of Hollywood Cerise #D405AC
RGB
CMYK
RGB Variations
Color information
#D405AC (or 0xD405AC) is known color: Hollywood Cerise. HEX triplet: D4, 05 and AC. RGB value is (212,5,172). Sum of RGB (Red+Green+Blue) = 212+5+172=389 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.50% from 389); Green value is 5 (2.34% from 255 or 1.29% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 212 - color contains mainly: red. Hex color #D405AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D405AC is #2BFA53. Grayscale: #555555. Windows color (decimal): -2882132 or 11273684. OLE color: 11273684.
HSL color Cylindrical-coordinate representation of color #D405AC: hue angle of 311.59º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D405AC is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 5 | 172 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.17 |
| HSL | 311.59º | 0.95% | 0.43% | - |
| HSV(B) | 311.59º | 0.98% | 0.83% | - |
| XYZ | 34.65 | 17.08 | 40.5 | - |
| YUV | 85.93 | 176.58 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 5 | 172 | 0 | 0.98 | 0.19 | 0.17 | 311.59 | 0.95 | 0.43 |
| Hex | D4 | 5 | AC | 0 | 62 | 13 | 11 | 138 | 5F | 2B |
| Octal | 324 | 5 | 254 | 0 | 142 | 23 | 21 | 470 | 137 | 53 |
| Binary | 11010100 | 101 | 10101100 | 0 | 1100010 | 10011 | 10001 | 100111000 | 1011111 | 101011 |
Color Harmonies of #D405AC
Complementary color
Monochromatic Colors of #D405AC
Black with #D405AC
Text Example
Text Example
White with #D405AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D405AC; }
p { color: rgb(212,5,172); }
H1.HeaderClassName
{
color: #D405AC;
}
.AnyTagClassName
{
color: #D405AC;
}
</style>
background-color css
<style>
a { background-color: #D405AC; }
a { background-color: rgb(212,5,172); }
div.DivClassName
{
background-color: #D405AC;
}
.BgClassName
{
background-color: #D405AC;
}
</style>
border-color css
<style>
span { border-color: #D405AC; }
span { border-color: rgb(212,5,172); }
td.TdClassName
{
border-color: #D405AC;
}
.TagClassName
{
border-color: #D405AC;
}
</style>