Shades of Hollywood Cerise #D507AD
Tints of Hollywood Cerise #D507AD
RGB
CMYK
RGB Variations
Color information
#D507AD (or 0xD507AD) is known color: Hollywood Cerise. HEX triplet: D5, 07 and AD. RGB value is (213,7,173). Sum of RGB (Red+Green+Blue) = 213+7+173=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 7 (3.12% from 255 or 1.78% from 393); Blue value is 173 (67.97% from 255 or 44.02% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D507AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D507AD is #2AF852. Grayscale: #575757. Windows color (decimal): -2816083 or 11339733. OLE color: 11339733.
HSL color Cylindrical-coordinate representation of color #D507AD: hue angle of 311.65º 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 #D507AD is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 7 | 173 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.16 |
| HSL | 311.65º | 0.94% | 0.43% | - |
| HSV(B) | 311.65º | 0.97% | 0.84% | - |
| XYZ | 35.06 | 17.32 | 41.03 | - |
| YUV | 87.52 | 176.25 | 217.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 173 | 0 | 0.97 | 0.19 | 0.16 | 311.65 | 0.94 | 0.43 |
| Hex | D5 | 7 | AD | 0 | 61 | 13 | 10 | 138 | 5E | 2B |
| Octal | 325 | 7 | 255 | 0 | 141 | 23 | 20 | 470 | 136 | 53 |
| Binary | 11010101 | 111 | 10101101 | 0 | 1100001 | 10011 | 10000 | 100111000 | 1011110 | 101011 |
Color Harmonies of #D507AD
Complementary color
Monochromatic Colors of #D507AD
Black with #D507AD
Text Example
Text Example
White with #D507AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D507AD; }
p { color: rgb(213,7,173); }
H1.HeaderClassName
{
color: #D507AD;
}
.AnyTagClassName
{
color: #D507AD;
}
</style>
background-color css
<style>
a { background-color: #D507AD; }
a { background-color: rgb(213,7,173); }
div.DivClassName
{
background-color: #D507AD;
}
.BgClassName
{
background-color: #D507AD;
}
</style>
border-color css
<style>
span { border-color: #D507AD; }
span { border-color: rgb(213,7,173); }
td.TdClassName
{
border-color: #D507AD;
}
.TagClassName
{
border-color: #D507AD;
}
</style>