Shades of Hollywood Cerise #DC03B3
Tints of Hollywood Cerise #DC03B3
RGB
CMYK
RGB Variations
Color information
#DC03B3 (or 0xDC03B3) is known color: Hollywood Cerise. HEX triplet: DC, 03 and B3. RGB value is (220,3,179). Sum of RGB (Red+Green+Blue) = 220+3+179=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 3 (1.56% from 255 or 0.75% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DC03B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC03B3 is #23FC4C. Grayscale: #575757. Windows color (decimal): -2358349 or 11731932. OLE color: 11731932.
HSL color Cylindrical-coordinate representation of color #DC03B3: hue angle of 311.34º 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 #DC03B3 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 179 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.14 |
| HSL | 311.34º | 0.97% | 0.44% | - |
| HSV(B) | 311.34º | 0.99% | 0.86% | - |
| XYZ | 37.68 | 18.54 | 44.24 | - |
| YUV | 87.95 | 179.39 | 222.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 179 | 0 | 0.99 | 0.19 | 0.14 | 311.34 | 0.97 | 0.44 |
| Hex | DC | 3 | B3 | 0 | 63 | 13 | E | 137 | 61 | 2C |
| Octal | 334 | 3 | 263 | 0 | 143 | 23 | 16 | 467 | 141 | 54 |
| Binary | 11011100 | 11 | 10110011 | 0 | 1100011 | 10011 | 1110 | 100110111 | 1100001 | 101100 |
Color Harmonies of #DC03B3
Complementary color
Monochromatic Colors of #DC03B3
Black with #DC03B3
Text Example
Text Example
White with #DC03B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC03B3; }
p { color: rgb(220,3,179); }
H1.HeaderClassName
{
color: #DC03B3;
}
.AnyTagClassName
{
color: #DC03B3;
}
</style>
background-color css
<style>
a { background-color: #DC03B3; }
a { background-color: rgb(220,3,179); }
div.DivClassName
{
background-color: #DC03B3;
}
.BgClassName
{
background-color: #DC03B3;
}
</style>
border-color css
<style>
span { border-color: #DC03B3; }
span { border-color: rgb(220,3,179); }
td.TdClassName
{
border-color: #DC03B3;
}
.TagClassName
{
border-color: #DC03B3;
}
</style>