Shades of Hollywood Cerise #D103A2
Tints of Hollywood Cerise #D103A2
RGB
CMYK
RGB Variations
Color information
#D103A2 (or 0xD103A2) is known color: Hollywood Cerise. HEX triplet: D1, 03 and A2. RGB value is (209,3,162). Sum of RGB (Red+Green+Blue) = 209+3+162=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 3 (1.56% from 255 or 0.80% from 374); Blue value is 162 (63.67% from 255 or 43.32% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D103A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D103A2 is #2EFC5D. Grayscale: #525252. Windows color (decimal): -3079262 or 10617809. OLE color: 10617809.
HSL color Cylindrical-coordinate representation of color #D103A2: hue angle of 313.69º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D103A2 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 162 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.18 |
| HSL | 313.69º | 0.97% | 0.42% | - |
| HSV(B) | 313.69º | 0.99% | 0.82% | - |
| XYZ | 32.85 | 16.23 | 35.58 | - |
| YUV | 82.72 | 172.75 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 162 | 0 | 0.99 | 0.22 | 0.18 | 313.69 | 0.97 | 0.42 |
| Hex | D1 | 3 | A2 | 0 | 63 | 16 | 12 | 13A | 61 | 2A |
| Octal | 321 | 3 | 242 | 0 | 143 | 26 | 22 | 472 | 141 | 52 |
| Binary | 11010001 | 11 | 10100010 | 0 | 1100011 | 10110 | 10010 | 100111010 | 1100001 | 101010 |
Color Harmonies of #D103A2
Complementary color
Monochromatic Colors of #D103A2
Black with #D103A2
Text Example
Text Example
White with #D103A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D103A2; }
p { color: rgb(209,3,162); }
H1.HeaderClassName
{
color: #D103A2;
}
.AnyTagClassName
{
color: #D103A2;
}
</style>
background-color css
<style>
a { background-color: #D103A2; }
a { background-color: rgb(209,3,162); }
div.DivClassName
{
background-color: #D103A2;
}
.BgClassName
{
background-color: #D103A2;
}
</style>
border-color css
<style>
span { border-color: #D103A2; }
span { border-color: rgb(209,3,162); }
td.TdClassName
{
border-color: #D103A2;
}
.TagClassName
{
border-color: #D103A2;
}
</style>