Shades of Hollywood Cerise #D603A0
Tints of Hollywood Cerise #D603A0
RGB
CMYK
RGB Variations
Color information
#D603A0 (or 0xD603A0) is known color: Hollywood Cerise. HEX triplet: D6, 03 and A0. RGB value is (214,3,160). Sum of RGB (Red+Green+Blue) = 214+3+160=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D603A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D603A0 is #29FC5F. Grayscale: #535353. Windows color (decimal): -2751584 or 10486742. OLE color: 10486742.
HSL color Cylindrical-coordinate representation of color #D603A0: hue angle of 315.36º 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 #D603A0 is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 160 | - |
| CMYK | 0 | 0.99 | 0.25 | 0.16 |
| HSL | 315.36º | 0.97% | 0.43% | - |
| HSV(B) | 315.36º | 0.99% | 0.84% | - |
| XYZ | 34.11 | 16.9 | 34.72 | - |
| YUV | 83.99 | 170.9 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 160 | 0 | 0.99 | 0.25 | 0.16 | 315.36 | 0.97 | 0.43 |
| Hex | D6 | 3 | A0 | 0 | 63 | 19 | 10 | 13B | 61 | 2B |
| Octal | 326 | 3 | 240 | 0 | 143 | 31 | 20 | 473 | 141 | 53 |
| Binary | 11010110 | 11 | 10100000 | 0 | 1100011 | 11001 | 10000 | 100111011 | 1100001 | 101011 |
Color Harmonies of #D603A0
Complementary color
Monochromatic Colors of #D603A0
Black with #D603A0
Text Example
Text Example
White with #D603A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D603A0; }
p { color: rgb(214,3,160); }
H1.HeaderClassName
{
color: #D603A0;
}
.AnyTagClassName
{
color: #D603A0;
}
</style>
background-color css
<style>
a { background-color: #D603A0; }
a { background-color: rgb(214,3,160); }
div.DivClassName
{
background-color: #D603A0;
}
.BgClassName
{
background-color: #D603A0;
}
</style>
border-color css
<style>
span { border-color: #D603A0; }
span { border-color: rgb(214,3,160); }
td.TdClassName
{
border-color: #D603A0;
}
.TagClassName
{
border-color: #D603A0;
}
</style>