Shades of Razzmatazz #DD095B
Tints of Razzmatazz #DD095B
RGB
CMYK
RGB Variations
Color information
#DD095B (or 0xDD095B) is known color: Razzmatazz. HEX triplet: DD, 09 and 5B. RGB value is (221,9,91). Sum of RGB (Red+Green+Blue) = 221+9+91=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD095B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD095B is #22F6A4. Grayscale: #515151. Windows color (decimal): -2291365 or 5966301. OLE color: 5966301.
HSL color Cylindrical-coordinate representation of color #DD095B: hue angle of 336.79º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD095B is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 91 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.13 |
| HSL | 336.79º | 0.92% | 0.45% | - |
| HSV(B) | 336.79º | 0.96% | 0.87% | - |
| XYZ | 31.8 | 16.32 | 11.37 | - |
| YUV | 81.74 | 133.24 | 227.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 91 | 0 | 0.96 | 0.59 | 0.13 | 336.79 | 0.92 | 0.45 |
| Hex | DD | 9 | 5B | 0 | 60 | 3B | D | 151 | 5C | 2D |
| Octal | 335 | 11 | 133 | 0 | 140 | 73 | 15 | 521 | 134 | 55 |
| Binary | 11011101 | 1001 | 1011011 | 0 | 1100000 | 111011 | 1101 | 101010001 | 1011100 | 101101 |
Color Harmonies of #DD095B
Complementary color
Monochromatic Colors of #DD095B
Black with #DD095B
Text Example
Text Example
White with #DD095B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD095B; }
p { color: rgb(221,9,91); }
H1.HeaderClassName
{
color: #DD095B;
}
.AnyTagClassName
{
color: #DD095B;
}
</style>
background-color css
<style>
a { background-color: #DD095B; }
a { background-color: rgb(221,9,91); }
div.DivClassName
{
background-color: #DD095B;
}
.BgClassName
{
background-color: #DD095B;
}
</style>
border-color css
<style>
span { border-color: #DD095B; }
span { border-color: rgb(221,9,91); }
td.TdClassName
{
border-color: #DD095B;
}
.TagClassName
{
border-color: #DD095B;
}
</style>