Shades of Hollywood Cerise #D300A2
Tints of Hollywood Cerise #D300A2
RGB
CMYK
RGB Variations
Color information
#D300A2 (or 0xD300A2) is known color: Hollywood Cerise. HEX triplet: D3, 00 and A2. RGB value is (211,0,162). Sum of RGB (Red+Green+Blue) = 211+0+162=373 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.57% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 162 (63.67% from 255 or 43.43% from 373); Max value from RGB is 211 - color contains mainly: red. Hex color #D300A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D300A2 is #2CFF5D. Grayscale: #515151. Windows color (decimal): -2948958 or 10617043. OLE color: 10617043.
HSL color Cylindrical-coordinate representation of color #D300A2: hue angle of 313.93º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D300A2 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 0 | 162 | - |
| CMYK | 0 | 1 | 0.23 | 0.17 |
| HSL | 313.93º | 1% | 0.41% | - |
| HSV(B) | 313.93º | 1% | 0.83% | - |
| XYZ | 33.39 | 16.46 | 35.6 | - |
| YUV | 81.56 | 173.4 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 0 | 162 | 0 | 1 | 0.23 | 0.17 | 313.93 | 1 | 0.41 |
| Hex | D3 | 0 | A2 | 0 | 64 | 17 | 11 | 13A | 64 | 29 |
| Octal | 323 | 0 | 242 | 0 | 144 | 27 | 21 | 472 | 144 | 51 |
| Binary | 11010011 | 0 | 10100010 | 0 | 1100100 | 10111 | 10001 | 100111010 | 1100100 | 101001 |
Color Harmonies of #D300A2
Complementary color
Monochromatic Colors of #D300A2
Black with #D300A2
Text Example
Text Example
White with #D300A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D300A2; }
p { color: rgb(211,0,162); }
H1.HeaderClassName
{
color: #D300A2;
}
.AnyTagClassName
{
color: #D300A2;
}
</style>
background-color css
<style>
a { background-color: #D300A2; }
a { background-color: rgb(211,0,162); }
div.DivClassName
{
background-color: #D300A2;
}
.BgClassName
{
background-color: #D300A2;
}
</style>
border-color css
<style>
span { border-color: #D300A2; }
span { border-color: rgb(211,0,162); }
td.TdClassName
{
border-color: #D300A2;
}
.TagClassName
{
border-color: #D300A2;
}
</style>