Shades of Razzmatazz #DD095F
Tints of Razzmatazz #DD095F
RGB
CMYK
RGB Variations
Color information
#DD095F (or 0xDD095F) is known color: Razzmatazz. HEX triplet: DD, 09 and 5F. RGB value is (221,9,95). Sum of RGB (Red+Green+Blue) = 221+9+95=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD095F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD095F is #22F6A0. Grayscale: #525252. Windows color (decimal): -2291361 or 6228445. OLE color: 6228445.
HSL color Cylindrical-coordinate representation of color #DD095F: hue angle of 335.66º 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 #DD095F is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 95 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.13 |
| HSL | 335.66º | 0.92% | 0.45% | - |
| HSV(B) | 335.66º | 0.96% | 0.87% | - |
| XYZ | 31.98 | 16.39 | 12.31 | - |
| YUV | 82.19 | 135.24 | 227.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 95 | 0 | 0.96 | 0.57 | 0.13 | 335.66 | 0.92 | 0.45 |
| Hex | DD | 9 | 5F | 0 | 60 | 39 | D | 150 | 5C | 2D |
| Octal | 335 | 11 | 137 | 0 | 140 | 71 | 15 | 520 | 134 | 55 |
| Binary | 11011101 | 1001 | 1011111 | 0 | 1100000 | 111001 | 1101 | 101010000 | 1011100 | 101101 |
Color Harmonies of #DD095F
Complementary color
Monochromatic Colors of #DD095F
Black with #DD095F
Text Example
Text Example
White with #DD095F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD095F; }
p { color: rgb(221,9,95); }
H1.HeaderClassName
{
color: #DD095F;
}
.AnyTagClassName
{
color: #DD095F;
}
</style>
background-color css
<style>
a { background-color: #DD095F; }
a { background-color: rgb(221,9,95); }
div.DivClassName
{
background-color: #DD095F;
}
.BgClassName
{
background-color: #DD095F;
}
</style>
border-color css
<style>
span { border-color: #DD095F; }
span { border-color: rgb(221,9,95); }
td.TdClassName
{
border-color: #DD095F;
}
.TagClassName
{
border-color: #DD095F;
}
</style>