Shades of Razzmatazz #DF095D
Tints of Razzmatazz #DF095D
RGB
CMYK
RGB Variations
Color information
#DF095D (or 0xDF095D) is known color: Razzmatazz. HEX triplet: DF, 09 and 5D. RGB value is (223,9,93). Sum of RGB (Red+Green+Blue) = 223+9+93=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF095D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF095D is #20F6A2. Grayscale: #525252. Windows color (decimal): -2160291 or 6097375. OLE color: 6097375.
HSL color Cylindrical-coordinate representation of color #DF095D: hue angle of 336.45º 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 #DF095D is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 93 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.13 |
| HSL | 336.45º | 0.92% | 0.45% | - |
| HSV(B) | 336.45º | 0.96% | 0.87% | - |
| XYZ | 32.5 | 16.67 | 11.86 | - |
| YUV | 82.56 | 133.9 | 228.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 93 | 0 | 0.96 | 0.58 | 0.13 | 336.45 | 0.92 | 0.45 |
| Hex | DF | 9 | 5D | 0 | 60 | 3A | D | 150 | 5C | 2D |
| Octal | 337 | 11 | 135 | 0 | 140 | 72 | 15 | 520 | 134 | 55 |
| Binary | 11011111 | 1001 | 1011101 | 0 | 1100000 | 111010 | 1101 | 101010000 | 1011100 | 101101 |
Color Harmonies of #DF095D
Complementary color
Monochromatic Colors of #DF095D
Black with #DF095D
Text Example
Text Example
White with #DF095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF095D; }
p { color: rgb(223,9,93); }
H1.HeaderClassName
{
color: #DF095D;
}
.AnyTagClassName
{
color: #DF095D;
}
</style>
background-color css
<style>
a { background-color: #DF095D; }
a { background-color: rgb(223,9,93); }
div.DivClassName
{
background-color: #DF095D;
}
.BgClassName
{
background-color: #DF095D;
}
</style>
border-color css
<style>
span { border-color: #DF095D; }
span { border-color: rgb(223,9,93); }
td.TdClassName
{
border-color: #DF095D;
}
.TagClassName
{
border-color: #DF095D;
}
</style>