Shades of Hollywood Cerise #D200A5
Tints of Hollywood Cerise #D200A5
RGB
CMYK
RGB Variations
Color information
#D200A5 (or 0xD200A5) is known color: Hollywood Cerise. HEX triplet: D2, 00 and A5. RGB value is (210,0,165). Sum of RGB (Red+Green+Blue) = 210+0+165=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 165 (64.84% from 255 or 44% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D200A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D200A5 is #2DFF5A. Grayscale: #515151. Windows color (decimal): -3014491 or 10813650. OLE color: 10813650.
HSL color Cylindrical-coordinate representation of color #D200A5: hue angle of 312.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D200A5 is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 165 | - |
| CMYK | 0 | 1 | 0.21 | 0.18 |
| HSL | 312.86º | 1% | 0.41% | - |
| HSV(B) | 312.86º | 1% | 0.82% | - |
| XYZ | 33.37 | 16.42 | 37.01 | - |
| YUV | 81.6 | 175.07 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 165 | 0 | 1 | 0.21 | 0.18 | 312.86 | 1 | 0.41 |
| Hex | D2 | 0 | A5 | 0 | 64 | 15 | 12 | 139 | 64 | 29 |
| Octal | 322 | 0 | 245 | 0 | 144 | 25 | 22 | 471 | 144 | 51 |
| Binary | 11010010 | 0 | 10100101 | 0 | 1100100 | 10101 | 10010 | 100111001 | 1100100 | 101001 |
Color Harmonies of #D200A5
Complementary color
Monochromatic Colors of #D200A5
Black with #D200A5
Text Example
Text Example
White with #D200A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D200A5; }
p { color: rgb(210,0,165); }
H1.HeaderClassName
{
color: #D200A5;
}
.AnyTagClassName
{
color: #D200A5;
}
</style>
background-color css
<style>
a { background-color: #D200A5; }
a { background-color: rgb(210,0,165); }
div.DivClassName
{
background-color: #D200A5;
}
.BgClassName
{
background-color: #D200A5;
}
</style>
border-color css
<style>
span { border-color: #D200A5; }
span { border-color: rgb(210,0,165); }
td.TdClassName
{
border-color: #D200A5;
}
.TagClassName
{
border-color: #D200A5;
}
</style>