Shades of Hollywood Cerise #D306AA
Tints of Hollywood Cerise #D306AA
RGB
CMYK
RGB Variations
Color information
#D306AA (or 0xD306AA) is known color: Hollywood Cerise. HEX triplet: D3, 06 and AA. RGB value is (211,6,170). Sum of RGB (Red+Green+Blue) = 211+6+170=387 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.52% from 387); Green value is 6 (2.73% from 255 or 1.55% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 211 - color contains mainly: red. Hex color #D306AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D306AA is #2CF955. Grayscale: #555555. Windows color (decimal): -2947414 or 11142867. OLE color: 11142867.
HSL color Cylindrical-coordinate representation of color #D306AA: hue angle of 312º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D306AA is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 6 | 170 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.17 |
| HSL | 312º | 0.94% | 0.43% | - |
| HSV(B) | 312º | 0.97% | 0.83% | - |
| XYZ | 34.18 | 16.88 | 39.49 | - |
| YUV | 85.99 | 175.42 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 6 | 170 | 0 | 0.97 | 0.19 | 0.17 | 312 | 0.94 | 0.43 |
| Hex | D3 | 6 | AA | 0 | 61 | 13 | 11 | 138 | 5E | 2B |
| Octal | 323 | 6 | 252 | 0 | 141 | 23 | 21 | 470 | 136 | 53 |
| Binary | 11010011 | 110 | 10101010 | 0 | 1100001 | 10011 | 10001 | 100111000 | 1011110 | 101011 |
Color Harmonies of #D306AA
Complementary color
Monochromatic Colors of #D306AA
Black with #D306AA
Text Example
Text Example
White with #D306AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D306AA; }
p { color: rgb(211,6,170); }
H1.HeaderClassName
{
color: #D306AA;
}
.AnyTagClassName
{
color: #D306AA;
}
</style>
background-color css
<style>
a { background-color: #D306AA; }
a { background-color: rgb(211,6,170); }
div.DivClassName
{
background-color: #D306AA;
}
.BgClassName
{
background-color: #D306AA;
}
</style>
border-color css
<style>
span { border-color: #D306AA; }
span { border-color: rgb(211,6,170); }
td.TdClassName
{
border-color: #D306AA;
}
.TagClassName
{
border-color: #D306AA;
}
</style>