Shades of Hollywood Cerise #DC02B3
Tints of Hollywood Cerise #DC02B3
RGB
CMYK
RGB Variations
Color information
#DC02B3 (or 0xDC02B3) is known color: Hollywood Cerise. HEX triplet: DC, 02 and B3. RGB value is (220,2,179). Sum of RGB (Red+Green+Blue) = 220+2+179=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 179 (70.31% from 255 or 44.64% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC02B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC02B3 is #23FD4C. Grayscale: #565656. Windows color (decimal): -2358605 or 11731676. OLE color: 11731676.
HSL color Cylindrical-coordinate representation of color #DC02B3: hue angle of 311.28º degrees, saturation: 0.98, 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 #DC02B3 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 179 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.14 |
| HSL | 311.28º | 0.98% | 0.44% | - |
| HSV(B) | 311.28º | 0.99% | 0.86% | - |
| XYZ | 37.67 | 18.51 | 44.24 | - |
| YUV | 87.36 | 179.72 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 179 | 0 | 0.99 | 0.19 | 0.14 | 311.28 | 0.98 | 0.44 |
| Hex | DC | 2 | B3 | 0 | 63 | 13 | E | 137 | 62 | 2C |
| Octal | 334 | 2 | 263 | 0 | 143 | 23 | 16 | 467 | 142 | 54 |
| Binary | 11011100 | 10 | 10110011 | 0 | 1100011 | 10011 | 1110 | 100110111 | 1100010 | 101100 |
Color Harmonies of #DC02B3
Complementary color
Monochromatic Colors of #DC02B3
Black with #DC02B3
Text Example
Text Example
White with #DC02B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC02B3; }
p { color: rgb(220,2,179); }
H1.HeaderClassName
{
color: #DC02B3;
}
.AnyTagClassName
{
color: #DC02B3;
}
</style>
background-color css
<style>
a { background-color: #DC02B3; }
a { background-color: rgb(220,2,179); }
div.DivClassName
{
background-color: #DC02B3;
}
.BgClassName
{
background-color: #DC02B3;
}
</style>
border-color css
<style>
span { border-color: #DC02B3; }
span { border-color: rgb(220,2,179); }
td.TdClassName
{
border-color: #DC02B3;
}
.TagClassName
{
border-color: #DC02B3;
}
</style>