Shades of Hollywood Cerise #D301A5
Tints of Hollywood Cerise #D301A5
RGB
CMYK
RGB Variations
Color information
#D301A5 (or 0xD301A5) is known color: Hollywood Cerise. HEX triplet: D3, 01 and A5. RGB value is (211,1,165). Sum of RGB (Red+Green+Blue) = 211+1+165=377 (49% of max value = 765). Red value is 211 (82.81% from 255 or 55.97% from 377); Green value is 1 (0.78% from 255 or 0.27% from 377); Blue value is 165 (64.84% from 255 or 43.77% from 377); Max value from RGB is 211 - color contains mainly: red. Hex color #D301A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D301A5 is #2CFE5A. Grayscale: #525252. Windows color (decimal): -2948699 or 10813907. OLE color: 10813907.
HSL color Cylindrical-coordinate representation of color #D301A5: hue angle of 313.14º 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 #D301A5 is Cyan = 0, Magento = 1.00, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 1 | 165 | - |
| CMYK | 0 | 1.00 | 0.22 | 0.17 |
| HSL | 313.14º | 0.99% | 0.42% | - |
| HSV(B) | 313.14º | 1% | 0.83% | - |
| XYZ | 33.67 | 16.59 | 37.02 | - |
| YUV | 82.49 | 174.57 | 219.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 1 | 165 | 0 | 1.00 | 0.22 | 0.17 | 313.14 | 0.99 | 0.42 |
| Hex | D3 | 1 | A5 | 0 | 64 | 16 | 11 | 139 | 63 | 2A |
| Octal | 323 | 1 | 245 | 0 | 144 | 26 | 21 | 471 | 143 | 52 |
| Binary | 11010011 | 1 | 10100101 | 0 | 1100100 | 10110 | 10001 | 100111001 | 1100011 | 101010 |
Color Harmonies of #D301A5
Complementary color
Monochromatic Colors of #D301A5
Black with #D301A5
Text Example
Text Example
White with #D301A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D301A5; }
p { color: rgb(211,1,165); }
H1.HeaderClassName
{
color: #D301A5;
}
.AnyTagClassName
{
color: #D301A5;
}
</style>
background-color css
<style>
a { background-color: #D301A5; }
a { background-color: rgb(211,1,165); }
div.DivClassName
{
background-color: #D301A5;
}
.BgClassName
{
background-color: #D301A5;
}
</style>
border-color css
<style>
span { border-color: #D301A5; }
span { border-color: rgb(211,1,165); }
td.TdClassName
{
border-color: #D301A5;
}
.TagClassName
{
border-color: #D301A5;
}
</style>