Shades of Hollywood Cerise #DC1BA3
Tints of Hollywood Cerise #DC1BA3
RGB
CMYK
RGB Variations
Color information
#DC1BA3 (or 0xDC1BA3) is known color: Hollywood Cerise. HEX triplet: DC, 1B and A3. RGB value is (220,27,163). Sum of RGB (Red+Green+Blue) = 220+27+163=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 27 (10.94% from 255 or 6.59% from 410); Blue value is 163 (64.06% from 255 or 39.76% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC1BA3 is #23E45C. Grayscale: #636363. Windows color (decimal): -2352221 or 10689500. OLE color: 10689500.
HSL color Cylindrical-coordinate representation of color #DC1BA3: hue angle of 317.72º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1BA3 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 163 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.14 |
| HSL | 317.72º | 0.78% | 0.48% | - |
| HSV(B) | 317.72º | 0.88% | 0.86% | - |
| XYZ | 36.52 | 18.64 | 36.32 | - |
| YUV | 100.21 | 163.44 | 213.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 163 | 0 | 0.88 | 0.26 | 0.14 | 317.72 | 0.78 | 0.48 |
| Hex | DC | 1B | A3 | 0 | 58 | 1A | E | 13E | 4E | 30 |
| Octal | 334 | 33 | 243 | 0 | 130 | 32 | 16 | 476 | 116 | 60 |
| Binary | 11011100 | 11011 | 10100011 | 0 | 1011000 | 11010 | 1110 | 100111110 | 1001110 | 110000 |
Color Harmonies of #DC1BA3
Complementary color
Monochromatic Colors of #DC1BA3
Black with #DC1BA3
Text Example
Text Example
White with #DC1BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1BA3; }
p { color: rgb(220,27,163); }
H1.HeaderClassName
{
color: #DC1BA3;
}
.AnyTagClassName
{
color: #DC1BA3;
}
</style>
background-color css
<style>
a { background-color: #DC1BA3; }
a { background-color: rgb(220,27,163); }
div.DivClassName
{
background-color: #DC1BA3;
}
.BgClassName
{
background-color: #DC1BA3;
}
</style>
border-color css
<style>
span { border-color: #DC1BA3; }
span { border-color: rgb(220,27,163); }
td.TdClassName
{
border-color: #DC1BA3;
}
.TagClassName
{
border-color: #DC1BA3;
}
</style>