Shades of Hollywood Cerise #DD0692
Tints of Hollywood Cerise #DD0692
RGB
CMYK
RGB Variations
Color information
#DD0692 (or 0xDD0692) is known color: Hollywood Cerise. HEX triplet: DD, 06 and 92. RGB value is (221,6,146). Sum of RGB (Red+Green+Blue) = 221+6+146=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 6 (2.73% from 255 or 1.61% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0692 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD0692 is #22F96D. Grayscale: #555555. Windows color (decimal): -2292078 or 9570013. OLE color: 9570013.
HSL color Cylindrical-coordinate representation of color #DD0692: hue angle of 320.93º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD0692 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 6 | 146 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.13 |
| HSL | 320.93º | 0.95% | 0.45% | - |
| HSV(B) | 320.93º | 0.97% | 0.87% | - |
| XYZ | 35.07 | 17.58 | 28.74 | - |
| YUV | 86.25 | 161.73 | 224.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 6 | 146 | 0 | 0.97 | 0.34 | 0.13 | 320.93 | 0.95 | 0.45 |
| Hex | DD | 6 | 92 | 0 | 61 | 22 | D | 141 | 5F | 2D |
| Octal | 335 | 6 | 222 | 0 | 141 | 42 | 15 | 501 | 137 | 55 |
| Binary | 11011101 | 110 | 10010010 | 0 | 1100001 | 100010 | 1101 | 101000001 | 1011111 | 101101 |
Color Harmonies of #DD0692
Complementary color
Monochromatic Colors of #DD0692
Black with #DD0692
Text Example
Text Example
White with #DD0692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0692; }
p { color: rgb(221,6,146); }
H1.HeaderClassName
{
color: #DD0692;
}
.AnyTagClassName
{
color: #DD0692;
}
</style>
background-color css
<style>
a { background-color: #DD0692; }
a { background-color: rgb(221,6,146); }
div.DivClassName
{
background-color: #DD0692;
}
.BgClassName
{
background-color: #DD0692;
}
</style>
border-color css
<style>
span { border-color: #DD0692; }
span { border-color: rgb(221,6,146); }
td.TdClassName
{
border-color: #DD0692;
}
.TagClassName
{
border-color: #DD0692;
}
</style>