Shades of Hollywood Cerise #D507AC
Tints of Hollywood Cerise #D507AC
RGB
CMYK
RGB Variations
Color information
#D507AC (or 0xD507AC) is known color: Hollywood Cerise. HEX triplet: D5, 07 and AC. RGB value is (213,7,172). Sum of RGB (Red+Green+Blue) = 213+7+172=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 7 (3.12% from 255 or 1.79% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D507AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D507AC is #2AF853. Grayscale: #565656. Windows color (decimal): -2816084 or 11274197. OLE color: 11274197.
HSL color Cylindrical-coordinate representation of color #D507AC: hue angle of 311.94º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D507AC is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 7 | 172 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.16 |
| HSL | 311.94º | 0.94% | 0.43% | - |
| HSV(B) | 311.94º | 0.97% | 0.84% | - |
| XYZ | 34.96 | 17.28 | 40.52 | - |
| YUV | 87.4 | 175.75 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 172 | 0 | 0.97 | 0.19 | 0.16 | 311.94 | 0.94 | 0.43 |
| Hex | D5 | 7 | AC | 0 | 61 | 13 | 10 | 138 | 5E | 2B |
| Octal | 325 | 7 | 254 | 0 | 141 | 23 | 20 | 470 | 136 | 53 |
| Binary | 11010101 | 111 | 10101100 | 0 | 1100001 | 10011 | 10000 | 100111000 | 1011110 | 101011 |
Color Harmonies of #D507AC
Complementary color
Monochromatic Colors of #D507AC
Black with #D507AC
Text Example
Text Example
White with #D507AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D507AC; }
p { color: rgb(213,7,172); }
H1.HeaderClassName
{
color: #D507AC;
}
.AnyTagClassName
{
color: #D507AC;
}
</style>
background-color css
<style>
a { background-color: #D507AC; }
a { background-color: rgb(213,7,172); }
div.DivClassName
{
background-color: #D507AC;
}
.BgClassName
{
background-color: #D507AC;
}
</style>
border-color css
<style>
span { border-color: #D507AC; }
span { border-color: rgb(213,7,172); }
td.TdClassName
{
border-color: #D507AC;
}
.TagClassName
{
border-color: #D507AC;
}
</style>