Shades of Hollywood Cerise #D50CA5
Tints of Hollywood Cerise #D50CA5
RGB
CMYK
RGB Variations
Color information
#D50CA5 (or 0xD50CA5) is known color: Hollywood Cerise. HEX triplet: D5, 0C and A5. RGB value is (213,12,165). Sum of RGB (Red+Green+Blue) = 213+12+165=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 165 (64.84% from 255 or 42.31% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D50CA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50CA5 is #2AF35A. Grayscale: #595959. Windows color (decimal): -2814811 or 10816725. OLE color: 10816725.
HSL color Cylindrical-coordinate representation of color #D50CA5: hue angle of 314.33º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D50CA5 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 12 | 165 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.16 |
| HSL | 314.33º | 0.89% | 0.44% | - |
| HSV(B) | 314.33º | 0.94% | 0.84% | - |
| XYZ | 34.36 | 17.13 | 37.09 | - |
| YUV | 89.54 | 170.59 | 216.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 12 | 165 | 0 | 0.94 | 0.23 | 0.16 | 314.33 | 0.89 | 0.44 |
| Hex | D5 | C | A5 | 0 | 5E | 17 | 10 | 13A | 59 | 2C |
| Octal | 325 | 14 | 245 | 0 | 136 | 27 | 20 | 472 | 131 | 54 |
| Binary | 11010101 | 1100 | 10100101 | 0 | 1011110 | 10111 | 10000 | 100111010 | 1011001 | 101100 |
Color Harmonies of #D50CA5
Complementary color
Monochromatic Colors of #D50CA5
Black with #D50CA5
Text Example
Text Example
White with #D50CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50CA5; }
p { color: rgb(213,12,165); }
H1.HeaderClassName
{
color: #D50CA5;
}
.AnyTagClassName
{
color: #D50CA5;
}
</style>
background-color css
<style>
a { background-color: #D50CA5; }
a { background-color: rgb(213,12,165); }
div.DivClassName
{
background-color: #D50CA5;
}
.BgClassName
{
background-color: #D50CA5;
}
</style>
border-color css
<style>
span { border-color: #D50CA5; }
span { border-color: rgb(213,12,165); }
td.TdClassName
{
border-color: #D50CA5;
}
.TagClassName
{
border-color: #D50CA5;
}
</style>