Shades of Hollywood Cerise #D305AB
Tints of Hollywood Cerise #D305AB
RGB
CMYK
RGB Variations
Color information
#D305AB (or 0xD305AB) is known color: Hollywood Cerise. HEX triplet: D3, 05 and AB. RGB value is (211,5,171). Sum of RGB (Red+Green+Blue) = 211+5+171=387 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.52% from 387); Green value is 5 (2.34% from 255 or 1.29% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 211 - color contains mainly: red. Hex color #D305AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D305AB is #2CFA54. Grayscale: #555555. Windows color (decimal): -2947669 or 11208147. OLE color: 11208147.
HSL color Cylindrical-coordinate representation of color #D305AB: hue angle of 311.65º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D305AB is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 5 | 171 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.17 |
| HSL | 311.65º | 0.95% | 0.42% | - |
| HSV(B) | 311.65º | 0.98% | 0.83% | - |
| XYZ | 34.27 | 16.9 | 39.98 | - |
| YUV | 85.52 | 176.25 | 217.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 5 | 171 | 0 | 0.98 | 0.19 | 0.17 | 311.65 | 0.95 | 0.42 |
| Hex | D3 | 5 | AB | 0 | 62 | 13 | 11 | 138 | 5F | 2A |
| Octal | 323 | 5 | 253 | 0 | 142 | 23 | 21 | 470 | 137 | 52 |
| Binary | 11010011 | 101 | 10101011 | 0 | 1100010 | 10011 | 10001 | 100111000 | 1011111 | 101010 |
Color Harmonies of #D305AB
Complementary color
Monochromatic Colors of #D305AB
Black with #D305AB
Text Example
Text Example
White with #D305AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D305AB; }
p { color: rgb(211,5,171); }
H1.HeaderClassName
{
color: #D305AB;
}
.AnyTagClassName
{
color: #D305AB;
}
</style>
background-color css
<style>
a { background-color: #D305AB; }
a { background-color: rgb(211,5,171); }
div.DivClassName
{
background-color: #D305AB;
}
.BgClassName
{
background-color: #D305AB;
}
</style>
border-color css
<style>
span { border-color: #D305AB; }
span { border-color: rgb(211,5,171); }
td.TdClassName
{
border-color: #D305AB;
}
.TagClassName
{
border-color: #D305AB;
}
</style>