Shades of Hollywood Cerise #D5009D
Tints of Hollywood Cerise #D5009D
RGB
CMYK
RGB Variations
Color information
#D5009D (or 0xD5009D) is known color: Hollywood Cerise. HEX triplet: D5, 00 and 9D. RGB value is (213,0,157). Sum of RGB (Red+Green+Blue) = 213+0+157=370 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.57% from 370); Green value is 0 (0.39% from 255 or 0% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 213 - color contains mainly: red. Hex color #D5009D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5009D is #2AFF62. Grayscale: #515151. Windows color (decimal): -2817891 or 10289365. OLE color: 10289365.
HSL color Cylindrical-coordinate representation of color #D5009D: hue angle of 315.77º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D5009D is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 157 | - |
| CMYK | 0 | 1 | 0.26 | 0.16 |
| HSL | 315.77º | 1% | 0.42% | - |
| HSV(B) | 315.77º | 1% | 0.84% | - |
| XYZ | 33.53 | 16.58 | 33.33 | - |
| YUV | 81.59 | 170.57 | 221.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 157 | 0 | 1 | 0.26 | 0.16 | 315.77 | 1 | 0.42 |
| Hex | D5 | 0 | 9D | 0 | 64 | 1A | 10 | 13C | 64 | 2A |
| Octal | 325 | 0 | 235 | 0 | 144 | 32 | 20 | 474 | 144 | 52 |
| Binary | 11010101 | 0 | 10011101 | 0 | 1100100 | 11010 | 10000 | 100111100 | 1100100 | 101010 |
Color Harmonies of #D5009D
Complementary color
Monochromatic Colors of #D5009D
Black with #D5009D
Text Example
Text Example
White with #D5009D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5009D; }
p { color: rgb(213,0,157); }
H1.HeaderClassName
{
color: #D5009D;
}
.AnyTagClassName
{
color: #D5009D;
}
</style>
background-color css
<style>
a { background-color: #D5009D; }
a { background-color: rgb(213,0,157); }
div.DivClassName
{
background-color: #D5009D;
}
.BgClassName
{
background-color: #D5009D;
}
</style>
border-color css
<style>
span { border-color: #D5009D; }
span { border-color: rgb(213,0,157); }
td.TdClassName
{
border-color: #D5009D;
}
.TagClassName
{
border-color: #D5009D;
}
</style>