Shades of Hollywood Cerise #D302A5
Tints of Hollywood Cerise #D302A5
RGB
CMYK
RGB Variations
Color information
#D302A5 (or 0xD302A5) is known color: Hollywood Cerise. HEX triplet: D3, 02 and A5. RGB value is (211,2,165). Sum of RGB (Red+Green+Blue) = 211+2+165=378 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.82% from 378); Green value is 2 (1.17% from 255 or 0.53% from 378); Blue value is 165 (64.84% from 255 or 43.65% from 378); Max value from RGB is 211 - color contains mainly: red. Hex color #D302A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D302A5 is #2CFD5A. Grayscale: #525252. Windows color (decimal): -2948443 or 10814163. OLE color: 10814163.
HSL color Cylindrical-coordinate representation of color #D302A5: hue angle of 313.21º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D302A5 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 2 | 165 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.17 |
| HSL | 313.21º | 0.98% | 0.42% | - |
| HSV(B) | 313.21º | 0.99% | 0.83% | - |
| XYZ | 33.68 | 16.61 | 37.03 | - |
| YUV | 83.07 | 174.24 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 2 | 165 | 0 | 0.99 | 0.22 | 0.17 | 313.21 | 0.98 | 0.42 |
| Hex | D3 | 2 | A5 | 0 | 63 | 16 | 11 | 139 | 62 | 2A |
| Octal | 323 | 2 | 245 | 0 | 143 | 26 | 21 | 471 | 142 | 52 |
| Binary | 11010011 | 10 | 10100101 | 0 | 1100011 | 10110 | 10001 | 100111001 | 1100010 | 101010 |
Color Harmonies of #D302A5
Complementary color
Monochromatic Colors of #D302A5
Black with #D302A5
Text Example
Text Example
White with #D302A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D302A5; }
p { color: rgb(211,2,165); }
H1.HeaderClassName
{
color: #D302A5;
}
.AnyTagClassName
{
color: #D302A5;
}
</style>
background-color css
<style>
a { background-color: #D302A5; }
a { background-color: rgb(211,2,165); }
div.DivClassName
{
background-color: #D302A5;
}
.BgClassName
{
background-color: #D302A5;
}
</style>
border-color css
<style>
span { border-color: #D302A5; }
span { border-color: rgb(211,2,165); }
td.TdClassName
{
border-color: #D302A5;
}
.TagClassName
{
border-color: #D302A5;
}
</style>