Shades of Hollywood Cerise #DC07B1
Tints of Hollywood Cerise #DC07B1
RGB
CMYK
RGB Variations
Color information
#DC07B1 (or 0xDC07B1) is known color: Hollywood Cerise. HEX triplet: DC, 07 and B1. RGB value is (220,7,177). Sum of RGB (Red+Green+Blue) = 220+7+177=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 7 (3.12% from 255 or 1.73% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC07B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC07B1 is #23F84E. Grayscale: #595959. Windows color (decimal): -2357327 or 11601884. OLE color: 11601884.
HSL color Cylindrical-coordinate representation of color #DC07B1: hue angle of 312.11º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC07B1 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 177 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.14 |
| HSL | 312.11º | 0.94% | 0.45% | - |
| HSV(B) | 312.11º | 0.97% | 0.86% | - |
| XYZ | 37.53 | 18.54 | 43.2 | - |
| YUV | 90.07 | 177.07 | 220.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 177 | 0 | 0.97 | 0.20 | 0.14 | 312.11 | 0.94 | 0.45 |
| Hex | DC | 7 | B1 | 0 | 61 | 14 | E | 138 | 5E | 2D |
| Octal | 334 | 7 | 261 | 0 | 141 | 24 | 16 | 470 | 136 | 55 |
| Binary | 11011100 | 111 | 10110001 | 0 | 1100001 | 10100 | 1110 | 100111000 | 1011110 | 101101 |
Color Harmonies of #DC07B1
Complementary color
Monochromatic Colors of #DC07B1
Black with #DC07B1
Text Example
Text Example
White with #DC07B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC07B1; }
p { color: rgb(220,7,177); }
H1.HeaderClassName
{
color: #DC07B1;
}
.AnyTagClassName
{
color: #DC07B1;
}
</style>
background-color css
<style>
a { background-color: #DC07B1; }
a { background-color: rgb(220,7,177); }
div.DivClassName
{
background-color: #DC07B1;
}
.BgClassName
{
background-color: #DC07B1;
}
</style>
border-color css
<style>
span { border-color: #DC07B1; }
span { border-color: rgb(220,7,177); }
td.TdClassName
{
border-color: #DC07B1;
}
.TagClassName
{
border-color: #DC07B1;
}
</style>