Shades of Razzmatazz #DD095D
Tints of Razzmatazz #DD095D
RGB
CMYK
RGB Variations
Color information
#DD095D (or 0xDD095D) is known color: Razzmatazz. HEX triplet: DD, 09 and 5D. RGB value is (221,9,93). Sum of RGB (Red+Green+Blue) = 221+9+93=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 9 (3.91% from 255 or 2.79% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD095D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD095D is #22F6A2. Grayscale: #515151. Windows color (decimal): -2291363 or 6097373. OLE color: 6097373.
HSL color Cylindrical-coordinate representation of color #DD095D: hue angle of 336.23º 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 #DD095D is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 93 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.13 |
| HSL | 336.23º | 0.92% | 0.45% | - |
| HSV(B) | 336.23º | 0.96% | 0.87% | - |
| XYZ | 31.89 | 16.36 | 11.83 | - |
| YUV | 81.96 | 134.24 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 93 | 0 | 0.96 | 0.58 | 0.13 | 336.23 | 0.92 | 0.45 |
| Hex | DD | 9 | 5D | 0 | 60 | 3A | D | 150 | 5C | 2D |
| Octal | 335 | 11 | 135 | 0 | 140 | 72 | 15 | 520 | 134 | 55 |
| Binary | 11011101 | 1001 | 1011101 | 0 | 1100000 | 111010 | 1101 | 101010000 | 1011100 | 101101 |
Color Harmonies of #DD095D
Complementary color
Monochromatic Colors of #DD095D
Black with #DD095D
Text Example
Text Example
White with #DD095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD095D; }
p { color: rgb(221,9,93); }
H1.HeaderClassName
{
color: #DD095D;
}
.AnyTagClassName
{
color: #DD095D;
}
</style>
background-color css
<style>
a { background-color: #DD095D; }
a { background-color: rgb(221,9,93); }
div.DivClassName
{
background-color: #DD095D;
}
.BgClassName
{
background-color: #DD095D;
}
</style>
border-color css
<style>
span { border-color: #DD095D; }
span { border-color: rgb(221,9,93); }
td.TdClassName
{
border-color: #DD095D;
}
.TagClassName
{
border-color: #DD095D;
}
</style>