Shades of Hollywood Cerise #D40DA5
Tints of Hollywood Cerise #D40DA5
RGB
CMYK
RGB Variations
Color information
#D40DA5 (or 0xD40DA5) is known color: Hollywood Cerise. HEX triplet: D4, 0D and A5. RGB value is (212,13,165). Sum of RGB (Red+Green+Blue) = 212+13+165=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 13 (5.47% from 255 or 3.33% from 390); Blue value is 165 (64.84% from 255 or 42.31% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D40DA5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D40DA5 is #2BF25A. Grayscale: #595959. Windows color (decimal): -2880091 or 10816980. OLE color: 10816980.
HSL color Cylindrical-coordinate representation of color #D40DA5: hue angle of 314.17º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D40DA5 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 13 | 165 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.17 |
| HSL | 314.17º | 0.88% | 0.44% | - |
| HSV(B) | 314.17º | 0.94% | 0.83% | - |
| XYZ | 34.09 | 17 | 37.08 | - |
| YUV | 89.83 | 170.43 | 215.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 13 | 165 | 0 | 0.94 | 0.22 | 0.17 | 314.17 | 0.88 | 0.44 |
| Hex | D4 | D | A5 | 0 | 5E | 16 | 11 | 13A | 58 | 2C |
| Octal | 324 | 15 | 245 | 0 | 136 | 26 | 21 | 472 | 130 | 54 |
| Binary | 11010100 | 1101 | 10100101 | 0 | 1011110 | 10110 | 10001 | 100111010 | 1011000 | 101100 |
Color Harmonies of #D40DA5
Complementary color
Monochromatic Colors of #D40DA5
Black with #D40DA5
Text Example
Text Example
White with #D40DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40DA5; }
p { color: rgb(212,13,165); }
H1.HeaderClassName
{
color: #D40DA5;
}
.AnyTagClassName
{
color: #D40DA5;
}
</style>
background-color css
<style>
a { background-color: #D40DA5; }
a { background-color: rgb(212,13,165); }
div.DivClassName
{
background-color: #D40DA5;
}
.BgClassName
{
background-color: #D40DA5;
}
</style>
border-color css
<style>
span { border-color: #D40DA5; }
span { border-color: rgb(212,13,165); }
td.TdClassName
{
border-color: #D40DA5;
}
.TagClassName
{
border-color: #D40DA5;
}
</style>