Shades of Hollywood Cerise #D4019D
Tints of Hollywood Cerise #D4019D
RGB
CMYK
RGB Variations
Color information
#D4019D (or 0xD4019D) is known color: Hollywood Cerise. HEX triplet: D4, 01 and 9D. RGB value is (212,1,157). Sum of RGB (Red+Green+Blue) = 212+1+157=370 (49% of max value = 765). Red value is 212 (83.20% from 255 or 57.30% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 212 - color contains mainly: red. Hex color #D4019D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4019D is #2BFE62. Grayscale: #515151. Windows color (decimal): -2883171 or 10289620. OLE color: 10289620.
HSL color Cylindrical-coordinate representation of color #D4019D: hue angle of 315.64º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D4019D is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 1 | 157 | - |
| CMYK | 0 | 1.00 | 0.26 | 0.17 |
| HSL | 315.64º | 0.99% | 0.42% | - |
| HSV(B) | 315.64º | 1% | 0.83% | - |
| XYZ | 33.25 | 16.45 | 33.32 | - |
| YUV | 81.87 | 170.4 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 1 | 157 | 0 | 1.00 | 0.26 | 0.17 | 315.64 | 0.99 | 0.42 |
| Hex | D4 | 1 | 9D | 0 | 64 | 1A | 11 | 13C | 63 | 2A |
| Octal | 324 | 1 | 235 | 0 | 144 | 32 | 21 | 474 | 143 | 52 |
| Binary | 11010100 | 1 | 10011101 | 0 | 1100100 | 11010 | 10001 | 100111100 | 1100011 | 101010 |
Color Harmonies of #D4019D
Complementary color
Monochromatic Colors of #D4019D
Black with #D4019D
Text Example
Text Example
White with #D4019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4019D; }
p { color: rgb(212,1,157); }
H1.HeaderClassName
{
color: #D4019D;
}
.AnyTagClassName
{
color: #D4019D;
}
</style>
background-color css
<style>
a { background-color: #D4019D; }
a { background-color: rgb(212,1,157); }
div.DivClassName
{
background-color: #D4019D;
}
.BgClassName
{
background-color: #D4019D;
}
</style>
border-color css
<style>
span { border-color: #D4019D; }
span { border-color: rgb(212,1,157); }
td.TdClassName
{
border-color: #D4019D;
}
.TagClassName
{
border-color: #D4019D;
}
</style>