Shades of Hollywood Cerise #D603A9
Tints of Hollywood Cerise #D603A9
RGB
CMYK
RGB Variations
Color information
#D603A9 (or 0xD603A9) is known color: Hollywood Cerise. HEX triplet: D6, 03 and A9. RGB value is (214,3,169). Sum of RGB (Red+Green+Blue) = 214+3+169=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 3 (1.56% from 255 or 0.78% from 386); Blue value is 169 (66.41% from 255 or 43.78% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D603A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D603A9 is #29FC56. Grayscale: #545454. Windows color (decimal): -2751575 or 11076566. OLE color: 11076566.
HSL color Cylindrical-coordinate representation of color #D603A9: hue angle of 312.8º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D603A9 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 169 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.16 |
| HSL | 312.8º | 0.97% | 0.43% | - |
| HSV(B) | 312.8º | 0.99% | 0.84% | - |
| XYZ | 34.93 | 17.23 | 39.02 | - |
| YUV | 85.01 | 175.4 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 169 | 0 | 0.99 | 0.21 | 0.16 | 312.8 | 0.97 | 0.43 |
| Hex | D6 | 3 | A9 | 0 | 63 | 15 | 10 | 139 | 61 | 2B |
| Octal | 326 | 3 | 251 | 0 | 143 | 25 | 20 | 471 | 141 | 53 |
| Binary | 11010110 | 11 | 10101001 | 0 | 1100011 | 10101 | 10000 | 100111001 | 1100001 | 101011 |
Color Harmonies of #D603A9
Complementary color
Monochromatic Colors of #D603A9
Black with #D603A9
Text Example
Text Example
White with #D603A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D603A9; }
p { color: rgb(214,3,169); }
H1.HeaderClassName
{
color: #D603A9;
}
.AnyTagClassName
{
color: #D603A9;
}
</style>
background-color css
<style>
a { background-color: #D603A9; }
a { background-color: rgb(214,3,169); }
div.DivClassName
{
background-color: #D603A9;
}
.BgClassName
{
background-color: #D603A9;
}
</style>
border-color css
<style>
span { border-color: #D603A9; }
span { border-color: rgb(214,3,169); }
td.TdClassName
{
border-color: #D603A9;
}
.TagClassName
{
border-color: #D603A9;
}
</style>