Shades of Hollywood Cerise #D005A4
Tints of Hollywood Cerise #D005A4
RGB
CMYK
RGB Variations
Color information
#D005A4 (or 0xD005A4) is known color: Hollywood Cerise. HEX triplet: D0, 05 and A4. RGB value is (208,5,164). Sum of RGB (Red+Green+Blue) = 208+5+164=377 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.17% from 377); Green value is 5 (2.34% from 255 or 1.33% from 377); Blue value is 164 (64.45% from 255 or 43.50% from 377); Max value from RGB is 208 - color contains mainly: red. Hex color #D005A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D005A4 is #2FFA5B. Grayscale: #535353. Windows color (decimal): -3144284 or 10749392. OLE color: 10749392.
HSL color Cylindrical-coordinate representation of color #D005A4: hue angle of 313º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D005A4 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 164 | - |
| CMYK | 0 | 0.98 | 0.21 | 0.18 |
| HSL | 313º | 0.95% | 0.42% | - |
| HSV(B) | 313º | 0.98% | 0.82% | - |
| XYZ | 32.77 | 16.2 | 36.52 | - |
| YUV | 83.82 | 173.25 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 164 | 0 | 0.98 | 0.21 | 0.18 | 313 | 0.95 | 0.42 |
| Hex | D0 | 5 | A4 | 0 | 62 | 15 | 12 | 139 | 5F | 2A |
| Octal | 320 | 5 | 244 | 0 | 142 | 25 | 22 | 471 | 137 | 52 |
| Binary | 11010000 | 101 | 10100100 | 0 | 1100010 | 10101 | 10010 | 100111001 | 1011111 | 101010 |
Color Harmonies of #D005A4
Complementary color
Monochromatic Colors of #D005A4
Black with #D005A4
Text Example
Text Example
White with #D005A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D005A4; }
p { color: rgb(208,5,164); }
H1.HeaderClassName
{
color: #D005A4;
}
.AnyTagClassName
{
color: #D005A4;
}
</style>
background-color css
<style>
a { background-color: #D005A4; }
a { background-color: rgb(208,5,164); }
div.DivClassName
{
background-color: #D005A4;
}
.BgClassName
{
background-color: #D005A4;
}
</style>
border-color css
<style>
span { border-color: #D005A4; }
span { border-color: rgb(208,5,164); }
td.TdClassName
{
border-color: #D005A4;
}
.TagClassName
{
border-color: #D005A4;
}
</style>