Shades of Hollywood Cerise #DC03AD
Tints of Hollywood Cerise #DC03AD
RGB
CMYK
RGB Variations
Color information
#DC03AD (or 0xDC03AD) is known color: Hollywood Cerise. HEX triplet: DC, 03 and AD. RGB value is (220,3,173). Sum of RGB (Red+Green+Blue) = 220+3+173=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 3 (1.56% from 255 or 0.76% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC03AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC03AD is #23FC52. Grayscale: #565656. Windows color (decimal): -2358355 or 11338716. OLE color: 11338716.
HSL color Cylindrical-coordinate representation of color #DC03AD: hue angle of 313º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC03AD is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 173 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.14 |
| HSL | 313º | 0.97% | 0.44% | - |
| HSV(B) | 313º | 0.99% | 0.86% | - |
| XYZ | 37.09 | 18.3 | 41.11 | - |
| YUV | 87.26 | 176.39 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 173 | 0 | 0.99 | 0.21 | 0.14 | 313 | 0.97 | 0.44 |
| Hex | DC | 3 | AD | 0 | 63 | 15 | E | 139 | 61 | 2C |
| Octal | 334 | 3 | 255 | 0 | 143 | 25 | 16 | 471 | 141 | 54 |
| Binary | 11011100 | 11 | 10101101 | 0 | 1100011 | 10101 | 1110 | 100111001 | 1100001 | 101100 |
Color Harmonies of #DC03AD
Complementary color
Monochromatic Colors of #DC03AD
Black with #DC03AD
Text Example
Text Example
White with #DC03AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC03AD; }
p { color: rgb(220,3,173); }
H1.HeaderClassName
{
color: #DC03AD;
}
.AnyTagClassName
{
color: #DC03AD;
}
</style>
background-color css
<style>
a { background-color: #DC03AD; }
a { background-color: rgb(220,3,173); }
div.DivClassName
{
background-color: #DC03AD;
}
.BgClassName
{
background-color: #DC03AD;
}
</style>
border-color css
<style>
span { border-color: #DC03AD; }
span { border-color: rgb(220,3,173); }
td.TdClassName
{
border-color: #DC03AD;
}
.TagClassName
{
border-color: #DC03AD;
}
</style>