Shades of Hollywood Cerise #D506A8
Tints of Hollywood Cerise #D506A8
RGB
CMYK
RGB Variations
Color information
#D506A8 (or 0xD506A8) is known color: Hollywood Cerise. HEX triplet: D5, 06 and A8. RGB value is (213,6,168). Sum of RGB (Red+Green+Blue) = 213+6+168=387 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.04% from 387); Green value is 6 (2.73% from 255 or 1.55% from 387); Blue value is 168 (66.02% from 255 or 43.41% from 387); Max value from RGB is 213 - color contains mainly: red. Hex color #D506A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D506A8 is #2AF957. Grayscale: #555555. Windows color (decimal): -2816344 or 11011797. OLE color: 11011797.
HSL color Cylindrical-coordinate representation of color #D506A8: hue angle of 313.04º degrees, saturation: 0.95, 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 #D506A8 is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 6 | 168 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.16 |
| HSL | 313.04º | 0.95% | 0.43% | - |
| HSV(B) | 313.04º | 0.97% | 0.84% | - |
| XYZ | 34.57 | 17.1 | 38.52 | - |
| YUV | 86.36 | 174.08 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 6 | 168 | 0 | 0.97 | 0.21 | 0.16 | 313.04 | 0.95 | 0.43 |
| Hex | D5 | 6 | A8 | 0 | 61 | 15 | 10 | 139 | 5F | 2B |
| Octal | 325 | 6 | 250 | 0 | 141 | 25 | 20 | 471 | 137 | 53 |
| Binary | 11010101 | 110 | 10101000 | 0 | 1100001 | 10101 | 10000 | 100111001 | 1011111 | 101011 |
Color Harmonies of #D506A8
Complementary color
Monochromatic Colors of #D506A8
Black with #D506A8
Text Example
Text Example
White with #D506A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D506A8; }
p { color: rgb(213,6,168); }
H1.HeaderClassName
{
color: #D506A8;
}
.AnyTagClassName
{
color: #D506A8;
}
</style>
background-color css
<style>
a { background-color: #D506A8; }
a { background-color: rgb(213,6,168); }
div.DivClassName
{
background-color: #D506A8;
}
.BgClassName
{
background-color: #D506A8;
}
</style>
border-color css
<style>
span { border-color: #D506A8; }
span { border-color: rgb(213,6,168); }
td.TdClassName
{
border-color: #D506A8;
}
.TagClassName
{
border-color: #D506A8;
}
</style>