Shades of Hollywood Cerise #D103A6
Tints of Hollywood Cerise #D103A6
RGB
CMYK
RGB Variations
Color information
#D103A6 (or 0xD103A6) is known color: Hollywood Cerise. HEX triplet: D1, 03 and A6. RGB value is (209,3,166). Sum of RGB (Red+Green+Blue) = 209+3+166=378 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.29% from 378); Green value is 3 (1.56% from 255 or 0.79% from 378); Blue value is 166 (65.23% from 255 or 43.92% from 378); Max value from RGB is 209 - color contains mainly: red. Hex color #D103A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D103A6 is #2EFC59. Grayscale: #525252. Windows color (decimal): -3079258 or 10879953. OLE color: 10879953.
HSL color Cylindrical-coordinate representation of color #D103A6: hue angle of 312.52º 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 #D103A6 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 166 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.18 |
| HSL | 312.52º | 0.97% | 0.42% | - |
| HSV(B) | 312.52º | 0.99% | 0.82% | - |
| XYZ | 33.21 | 16.37 | 37.49 | - |
| YUV | 83.18 | 174.75 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 166 | 0 | 0.99 | 0.21 | 0.18 | 312.52 | 0.97 | 0.42 |
| Hex | D1 | 3 | A6 | 0 | 63 | 15 | 12 | 139 | 61 | 2A |
| Octal | 321 | 3 | 246 | 0 | 143 | 25 | 22 | 471 | 141 | 52 |
| Binary | 11010001 | 11 | 10100110 | 0 | 1100011 | 10101 | 10010 | 100111001 | 1100001 | 101010 |
Color Harmonies of #D103A6
Complementary color
Monochromatic Colors of #D103A6
Black with #D103A6
Text Example
Text Example
White with #D103A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D103A6; }
p { color: rgb(209,3,166); }
H1.HeaderClassName
{
color: #D103A6;
}
.AnyTagClassName
{
color: #D103A6;
}
</style>
background-color css
<style>
a { background-color: #D103A6; }
a { background-color: rgb(209,3,166); }
div.DivClassName
{
background-color: #D103A6;
}
.BgClassName
{
background-color: #D103A6;
}
</style>
border-color css
<style>
span { border-color: #D103A6; }
span { border-color: rgb(209,3,166); }
td.TdClassName
{
border-color: #D103A6;
}
.TagClassName
{
border-color: #D103A6;
}
</style>