Shades of Hollywood Cerise #DC09B3
Tints of Hollywood Cerise #DC09B3
RGB
CMYK
RGB Variations
Color information
#DC09B3 (or 0xDC09B3) is known color: Hollywood Cerise. HEX triplet: DC, 09 and B3. RGB value is (220,9,179). Sum of RGB (Red+Green+Blue) = 220+9+179=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 9 (3.91% from 255 or 2.21% from 408); Blue value is 179 (70.31% from 255 or 43.87% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC09B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC09B3 is #23F64C. Grayscale: #5B5B5B. Windows color (decimal): -2356813 or 11733468. OLE color: 11733468.
HSL color Cylindrical-coordinate representation of color #DC09B3: hue angle of 311.66º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC09B3 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 179 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.14 |
| HSL | 311.66º | 0.92% | 0.45% | - |
| HSV(B) | 311.66º | 0.96% | 0.86% | - |
| XYZ | 37.75 | 18.67 | 44.26 | - |
| YUV | 91.47 | 177.4 | 219.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 179 | 0 | 0.96 | 0.19 | 0.14 | 311.66 | 0.92 | 0.45 |
| Hex | DC | 9 | B3 | 0 | 60 | 13 | E | 138 | 5C | 2D |
| Octal | 334 | 11 | 263 | 0 | 140 | 23 | 16 | 470 | 134 | 55 |
| Binary | 11011100 | 1001 | 10110011 | 0 | 1100000 | 10011 | 1110 | 100111000 | 1011100 | 101101 |
Color Harmonies of #DC09B3
Complementary color
Monochromatic Colors of #DC09B3
Black with #DC09B3
Text Example
Text Example
White with #DC09B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC09B3; }
p { color: rgb(220,9,179); }
H1.HeaderClassName
{
color: #DC09B3;
}
.AnyTagClassName
{
color: #DC09B3;
}
</style>
background-color css
<style>
a { background-color: #DC09B3; }
a { background-color: rgb(220,9,179); }
div.DivClassName
{
background-color: #DC09B3;
}
.BgClassName
{
background-color: #DC09B3;
}
</style>
border-color css
<style>
span { border-color: #DC09B3; }
span { border-color: rgb(220,9,179); }
td.TdClassName
{
border-color: #DC09B3;
}
.TagClassName
{
border-color: #DC09B3;
}
</style>