Shades of Hollywood Cerise #D603AD
Tints of Hollywood Cerise #D603AD
RGB
CMYK
RGB Variations
Color information
#D603AD (or 0xD603AD) is known color: Hollywood Cerise. HEX triplet: D6, 03 and AD. RGB value is (214,3,173). Sum of RGB (Red+Green+Blue) = 214+3+173=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 3 (1.56% from 255 or 0.77% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D603AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D603AD is #29FC52. Grayscale: #555555. Windows color (decimal): -2751571 or 11338710. OLE color: 11338710.
HSL color Cylindrical-coordinate representation of color #D603AD: hue angle of 311.66º 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 #D603AD is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 173 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.16 |
| HSL | 311.66º | 0.97% | 0.43% | - |
| HSV(B) | 311.66º | 0.99% | 0.84% | - |
| XYZ | 35.31 | 17.38 | 41.03 | - |
| YUV | 85.47 | 177.4 | 219.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 173 | 0 | 0.99 | 0.19 | 0.16 | 311.66 | 0.97 | 0.43 |
| Hex | D6 | 3 | AD | 0 | 63 | 13 | 10 | 138 | 61 | 2B |
| Octal | 326 | 3 | 255 | 0 | 143 | 23 | 20 | 470 | 141 | 53 |
| Binary | 11010110 | 11 | 10101101 | 0 | 1100011 | 10011 | 10000 | 100111000 | 1100001 | 101011 |
Color Harmonies of #D603AD
Complementary color
Monochromatic Colors of #D603AD
Black with #D603AD
Text Example
Text Example
White with #D603AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D603AD; }
p { color: rgb(214,3,173); }
H1.HeaderClassName
{
color: #D603AD;
}
.AnyTagClassName
{
color: #D603AD;
}
</style>
background-color css
<style>
a { background-color: #D603AD; }
a { background-color: rgb(214,3,173); }
div.DivClassName
{
background-color: #D603AD;
}
.BgClassName
{
background-color: #D603AD;
}
</style>
border-color css
<style>
span { border-color: #D603AD; }
span { border-color: rgb(214,3,173); }
td.TdClassName
{
border-color: #D603AD;
}
.TagClassName
{
border-color: #D603AD;
}
</style>