Shades of Hollywood Cerise #D80398
Tints of Hollywood Cerise #D80398
RGB
CMYK
RGB Variations
Color information
#D80398 (or 0xD80398) is known color: Hollywood Cerise. HEX triplet: D8, 03 and 98. RGB value is (216,3,152). Sum of RGB (Red+Green+Blue) = 216+3+152=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 3 (1.56% from 255 or 0.81% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D80398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80398 is #27FC67. Grayscale: #535353. Windows color (decimal): -2620520 or 9962456. OLE color: 9962456.
HSL color Cylindrical-coordinate representation of color #D80398: hue angle of 318.03º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D80398 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 152 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.15 |
| HSL | 318.03º | 0.97% | 0.43% | - |
| HSV(B) | 318.03º | 0.99% | 0.85% | - |
| XYZ | 34.02 | 16.93 | 31.18 | - |
| YUV | 83.67 | 166.57 | 222.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 152 | 0 | 0.99 | 0.30 | 0.15 | 318.03 | 0.97 | 0.43 |
| Hex | D8 | 3 | 98 | 0 | 63 | 1E | F | 13E | 61 | 2B |
| Octal | 330 | 3 | 230 | 0 | 143 | 36 | 17 | 476 | 141 | 53 |
| Binary | 11011000 | 11 | 10011000 | 0 | 1100011 | 11110 | 1111 | 100111110 | 1100001 | 101011 |
Color Harmonies of #D80398
Complementary color
Monochromatic Colors of #D80398
Black with #D80398
Text Example
Text Example
White with #D80398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80398; }
p { color: rgb(216,3,152); }
H1.HeaderClassName
{
color: #D80398;
}
.AnyTagClassName
{
color: #D80398;
}
</style>
background-color css
<style>
a { background-color: #D80398; }
a { background-color: rgb(216,3,152); }
div.DivClassName
{
background-color: #D80398;
}
.BgClassName
{
background-color: #D80398;
}
</style>
border-color css
<style>
span { border-color: #D80398; }
span { border-color: rgb(216,3,152); }
td.TdClassName
{
border-color: #D80398;
}
.TagClassName
{
border-color: #D80398;
}
</style>