Shades of Hollywood Cerise #DC069B
Tints of Hollywood Cerise #DC069B
RGB
CMYK
RGB Variations
Color information
#DC069B (or 0xDC069B) is known color: Hollywood Cerise. HEX triplet: DC, 06 and 9B. RGB value is (220,6,155). Sum of RGB (Red+Green+Blue) = 220+6+155=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 6 (2.73% from 255 or 1.57% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC069B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC069B is #23F964. Grayscale: #565656. Windows color (decimal): -2357605 or 10159836. OLE color: 10159836.
HSL color Cylindrical-coordinate representation of color #DC069B: hue angle of 318.22º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC069B is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 155 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.14 |
| HSL | 318.22º | 0.95% | 0.44% | - |
| HSV(B) | 318.22º | 0.97% | 0.86% | - |
| XYZ | 35.5 | 17.71 | 32.56 | - |
| YUV | 86.97 | 166.4 | 222.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 155 | 0 | 0.97 | 0.30 | 0.14 | 318.22 | 0.95 | 0.44 |
| Hex | DC | 6 | 9B | 0 | 61 | 1E | E | 13E | 5F | 2C |
| Octal | 334 | 6 | 233 | 0 | 141 | 36 | 16 | 476 | 137 | 54 |
| Binary | 11011100 | 110 | 10011011 | 0 | 1100001 | 11110 | 1110 | 100111110 | 1011111 | 101100 |
Color Harmonies of #DC069B
Complementary color
Monochromatic Colors of #DC069B
Black with #DC069B
Text Example
Text Example
White with #DC069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC069B; }
p { color: rgb(220,6,155); }
H1.HeaderClassName
{
color: #DC069B;
}
.AnyTagClassName
{
color: #DC069B;
}
</style>
background-color css
<style>
a { background-color: #DC069B; }
a { background-color: rgb(220,6,155); }
div.DivClassName
{
background-color: #DC069B;
}
.BgClassName
{
background-color: #DC069B;
}
</style>
border-color css
<style>
span { border-color: #DC069B; }
span { border-color: rgb(220,6,155); }
td.TdClassName
{
border-color: #DC069B;
}
.TagClassName
{
border-color: #DC069B;
}
</style>