Shades of Hollywood Cerise #DC03A7
Tints of Hollywood Cerise #DC03A7
RGB
CMYK
RGB Variations
Color information
#DC03A7 (or 0xDC03A7) is known color: Hollywood Cerise. HEX triplet: DC, 03 and A7. RGB value is (220,3,167). Sum of RGB (Red+Green+Blue) = 220+3+167=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 3 (1.56% from 255 or 0.77% from 390); Blue value is 167 (65.62% from 255 or 42.82% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC03A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC03A7 is #23FC58. Grayscale: #565656. Windows color (decimal): -2358361 or 10945500. OLE color: 10945500.
HSL color Cylindrical-coordinate representation of color #DC03A7: hue angle of 314.65º 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 #DC03A7 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 167 | - |
| CMYK | 0 | 0.99 | 0.24 | 0.14 |
| HSL | 314.65º | 0.97% | 0.44% | - |
| HSV(B) | 314.65º | 0.99% | 0.86% | - |
| XYZ | 36.52 | 18.07 | 38.12 | - |
| YUV | 86.58 | 173.39 | 223.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 167 | 0 | 0.99 | 0.24 | 0.14 | 314.65 | 0.97 | 0.44 |
| Hex | DC | 3 | A7 | 0 | 63 | 18 | E | 13B | 61 | 2C |
| Octal | 334 | 3 | 247 | 0 | 143 | 30 | 16 | 473 | 141 | 54 |
| Binary | 11011100 | 11 | 10100111 | 0 | 1100011 | 11000 | 1110 | 100111011 | 1100001 | 101100 |
Color Harmonies of #DC03A7
Complementary color
Monochromatic Colors of #DC03A7
Black with #DC03A7
Text Example
Text Example
White with #DC03A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC03A7; }
p { color: rgb(220,3,167); }
H1.HeaderClassName
{
color: #DC03A7;
}
.AnyTagClassName
{
color: #DC03A7;
}
</style>
background-color css
<style>
a { background-color: #DC03A7; }
a { background-color: rgb(220,3,167); }
div.DivClassName
{
background-color: #DC03A7;
}
.BgClassName
{
background-color: #DC03A7;
}
</style>
border-color css
<style>
span { border-color: #DC03A7; }
span { border-color: rgb(220,3,167); }
td.TdClassName
{
border-color: #DC03A7;
}
.TagClassName
{
border-color: #DC03A7;
}
</style>