Shades of Hollywood Cerise #D308AB
Tints of Hollywood Cerise #D308AB
RGB
CMYK
RGB Variations
Color information
#D308AB (or 0xD308AB) is known color: Hollywood Cerise. HEX triplet: D3, 08 and AB. RGB value is (211,8,171). Sum of RGB (Red+Green+Blue) = 211+8+171=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 8 (3.52% from 255 or 2.05% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D308AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D308AB is #2CF754. Grayscale: #565656. Windows color (decimal): -2946901 or 11208915. OLE color: 11208915.
HSL color Cylindrical-coordinate representation of color #D308AB: hue angle of 311.82º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D308AB is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 8 | 171 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.17 |
| HSL | 311.82º | 0.93% | 0.43% | - |
| HSV(B) | 311.82º | 0.96% | 0.83% | - |
| XYZ | 34.3 | 16.96 | 39.99 | - |
| YUV | 87.28 | 175.25 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 8 | 171 | 0 | 0.96 | 0.19 | 0.17 | 311.82 | 0.93 | 0.43 |
| Hex | D3 | 8 | AB | 0 | 60 | 13 | 11 | 138 | 5D | 2B |
| Octal | 323 | 10 | 253 | 0 | 140 | 23 | 21 | 470 | 135 | 53 |
| Binary | 11010011 | 1000 | 10101011 | 0 | 1100000 | 10011 | 10001 | 100111000 | 1011101 | 101011 |
Color Harmonies of #D308AB
Complementary color
Monochromatic Colors of #D308AB
Black with #D308AB
Text Example
Text Example
White with #D308AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D308AB; }
p { color: rgb(211,8,171); }
H1.HeaderClassName
{
color: #D308AB;
}
.AnyTagClassName
{
color: #D308AB;
}
</style>
background-color css
<style>
a { background-color: #D308AB; }
a { background-color: rgb(211,8,171); }
div.DivClassName
{
background-color: #D308AB;
}
.BgClassName
{
background-color: #D308AB;
}
</style>
border-color css
<style>
span { border-color: #D308AB; }
span { border-color: rgb(211,8,171); }
td.TdClassName
{
border-color: #D308AB;
}
.TagClassName
{
border-color: #D308AB;
}
</style>