Shades of Hollywood Cerise #D301A1
Tints of Hollywood Cerise #D301A1
RGB
CMYK
RGB Variations
Color information
#D301A1 (or 0xD301A1) is known color: Hollywood Cerise. HEX triplet: D3, 01 and A1. RGB value is (211,1,161). Sum of RGB (Red+Green+Blue) = 211+1+161=373 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.57% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 161 (63.28% from 255 or 43.16% from 373); Max value from RGB is 211 - color contains mainly: red. Hex color #D301A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D301A1 is #2CFE5E. Grayscale: #515151. Windows color (decimal): -2948703 or 10551763. OLE color: 10551763.
HSL color Cylindrical-coordinate representation of color #D301A1: hue angle of 314.29º 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 #D301A1 is Cyan = 0, Magento = 1.00, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 1 | 161 | - |
| CMYK | 0 | 1.00 | 0.24 | 0.17 |
| HSL | 314.29º | 0.99% | 0.42% | - |
| HSV(B) | 314.29º | 1% | 0.83% | - |
| XYZ | 33.31 | 16.44 | 35.14 | - |
| YUV | 82.03 | 172.57 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 1 | 161 | 0 | 1.00 | 0.24 | 0.17 | 314.29 | 0.99 | 0.42 |
| Hex | D3 | 1 | A1 | 0 | 64 | 18 | 11 | 13A | 63 | 2A |
| Octal | 323 | 1 | 241 | 0 | 144 | 30 | 21 | 472 | 143 | 52 |
| Binary | 11010011 | 1 | 10100001 | 0 | 1100100 | 11000 | 10001 | 100111010 | 1100011 | 101010 |
Color Harmonies of #D301A1
Complementary color
Monochromatic Colors of #D301A1
Black with #D301A1
Text Example
Text Example
White with #D301A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D301A1; }
p { color: rgb(211,1,161); }
H1.HeaderClassName
{
color: #D301A1;
}
.AnyTagClassName
{
color: #D301A1;
}
</style>
background-color css
<style>
a { background-color: #D301A1; }
a { background-color: rgb(211,1,161); }
div.DivClassName
{
background-color: #D301A1;
}
.BgClassName
{
background-color: #D301A1;
}
</style>
border-color css
<style>
span { border-color: #D301A1; }
span { border-color: rgb(211,1,161); }
td.TdClassName
{
border-color: #D301A1;
}
.TagClassName
{
border-color: #D301A1;
}
</style>