Shades of Razzmatazz #DD095C
Tints of Razzmatazz #DD095C
RGB
CMYK
RGB Variations
Color information
#DD095C (or 0xDD095C) is known color: Razzmatazz. HEX triplet: DD, 09 and 5C. RGB value is (221,9,92). Sum of RGB (Red+Green+Blue) = 221+9+92=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD095C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD095C is #22F6A3. Grayscale: #515151. Windows color (decimal): -2291364 or 6031837. OLE color: 6031837.
HSL color Cylindrical-coordinate representation of color #DD095C: hue angle of 336.51º 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 #DD095C is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 92 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.13 |
| HSL | 336.51º | 0.92% | 0.45% | - |
| HSV(B) | 336.51º | 0.96% | 0.87% | - |
| XYZ | 31.85 | 16.34 | 11.6 | - |
| YUV | 81.85 | 133.74 | 227.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 92 | 0 | 0.96 | 0.58 | 0.13 | 336.51 | 0.92 | 0.45 |
| Hex | DD | 9 | 5C | 0 | 60 | 3A | D | 151 | 5C | 2D |
| Octal | 335 | 11 | 134 | 0 | 140 | 72 | 15 | 521 | 134 | 55 |
| Binary | 11011101 | 1001 | 1011100 | 0 | 1100000 | 111010 | 1101 | 101010001 | 1011100 | 101101 |
Color Harmonies of #DD095C
Complementary color
Monochromatic Colors of #DD095C
Black with #DD095C
Text Example
Text Example
White with #DD095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD095C; }
p { color: rgb(221,9,92); }
H1.HeaderClassName
{
color: #DD095C;
}
.AnyTagClassName
{
color: #DD095C;
}
</style>
background-color css
<style>
a { background-color: #DD095C; }
a { background-color: rgb(221,9,92); }
div.DivClassName
{
background-color: #DD095C;
}
.BgClassName
{
background-color: #DD095C;
}
</style>
border-color css
<style>
span { border-color: #DD095C; }
span { border-color: rgb(221,9,92); }
td.TdClassName
{
border-color: #DD095C;
}
.TagClassName
{
border-color: #DD095C;
}
</style>