Shades of Hollywood Cerise #DC069D
Tints of Hollywood Cerise #DC069D
RGB
CMYK
RGB Variations
Color information
#DC069D (or 0xDC069D) is known color: Hollywood Cerise. HEX triplet: DC, 06 and 9D. RGB value is (220,6,157). Sum of RGB (Red+Green+Blue) = 220+6+157=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 6 (2.73% from 255 or 1.57% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC069D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC069D is #23F962. Grayscale: #565656. Windows color (decimal): -2357603 or 10290908. OLE color: 10290908.
HSL color Cylindrical-coordinate representation of color #DC069D: hue angle of 317.66º 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 #DC069D is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 157 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.14 |
| HSL | 317.66º | 0.95% | 0.44% | - |
| HSV(B) | 317.66º | 0.97% | 0.86% | - |
| XYZ | 35.67 | 17.78 | 33.45 | - |
| YUV | 87.2 | 167.4 | 222.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 157 | 0 | 0.97 | 0.29 | 0.14 | 317.66 | 0.95 | 0.44 |
| Hex | DC | 6 | 9D | 0 | 61 | 1D | E | 13E | 5F | 2C |
| Octal | 334 | 6 | 235 | 0 | 141 | 35 | 16 | 476 | 137 | 54 |
| Binary | 11011100 | 110 | 10011101 | 0 | 1100001 | 11101 | 1110 | 100111110 | 1011111 | 101100 |
Color Harmonies of #DC069D
Complementary color
Monochromatic Colors of #DC069D
Black with #DC069D
Text Example
Text Example
White with #DC069D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC069D; }
p { color: rgb(220,6,157); }
H1.HeaderClassName
{
color: #DC069D;
}
.AnyTagClassName
{
color: #DC069D;
}
</style>
background-color css
<style>
a { background-color: #DC069D; }
a { background-color: rgb(220,6,157); }
div.DivClassName
{
background-color: #DC069D;
}
.BgClassName
{
background-color: #DC069D;
}
</style>
border-color css
<style>
span { border-color: #DC069D; }
span { border-color: rgb(220,6,157); }
td.TdClassName
{
border-color: #DC069D;
}
.TagClassName
{
border-color: #DC069D;
}
</style>