Shades of Hollywood Cerise #D603A2
Tints of Hollywood Cerise #D603A2
RGB
CMYK
RGB Variations
Color information
#D603A2 (or 0xD603A2) is known color: Hollywood Cerise. HEX triplet: D6, 03 and A2. RGB value is (214,3,162). Sum of RGB (Red+Green+Blue) = 214+3+162=379 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.46% from 379); Green value is 3 (1.56% from 255 or 0.79% from 379); Blue value is 162 (63.67% from 255 or 42.74% from 379); Max value from RGB is 214 - color contains mainly: red. Hex color #D603A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D603A2 is #29FC5D. Grayscale: #535353. Windows color (decimal): -2751582 or 10617814. OLE color: 10617814.
HSL color Cylindrical-coordinate representation of color #D603A2: hue angle of 314.79º 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 #D603A2 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 162 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.16 |
| HSL | 314.79º | 0.97% | 0.43% | - |
| HSV(B) | 314.79º | 0.99% | 0.84% | - |
| XYZ | 34.29 | 16.97 | 35.65 | - |
| YUV | 84.22 | 171.9 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 162 | 0 | 0.99 | 0.24 | 0.16 | 314.79 | 0.97 | 0.43 |
| Hex | D6 | 3 | A2 | 0 | 63 | 18 | 10 | 13B | 61 | 2B |
| Octal | 326 | 3 | 242 | 0 | 143 | 30 | 20 | 473 | 141 | 53 |
| Binary | 11010110 | 11 | 10100010 | 0 | 1100011 | 11000 | 10000 | 100111011 | 1100001 | 101011 |
Color Harmonies of #D603A2
Complementary color
Monochromatic Colors of #D603A2
Black with #D603A2
Text Example
Text Example
White with #D603A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D603A2; }
p { color: rgb(214,3,162); }
H1.HeaderClassName
{
color: #D603A2;
}
.AnyTagClassName
{
color: #D603A2;
}
</style>
background-color css
<style>
a { background-color: #D603A2; }
a { background-color: rgb(214,3,162); }
div.DivClassName
{
background-color: #D603A2;
}
.BgClassName
{
background-color: #D603A2;
}
</style>
border-color css
<style>
span { border-color: #D603A2; }
span { border-color: rgb(214,3,162); }
td.TdClassName
{
border-color: #D603A2;
}
.TagClassName
{
border-color: #D603A2;
}
</style>