Shades of Razzmatazz #DF095A
Tints of Razzmatazz #DF095A
RGB
CMYK
RGB Variations
Color information
#DF095A (or 0xDF095A) is known color: Razzmatazz. HEX triplet: DF, 09 and 5A. RGB value is (223,9,90). Sum of RGB (Red+Green+Blue) = 223+9+90=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 9 (3.91% from 255 or 2.80% from 322); Blue value is 90 (35.55% from 255 or 27.95% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF095A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF095A is #20F6A5. Grayscale: #525252. Windows color (decimal): -2160294 or 5900767. OLE color: 5900767.
HSL color Cylindrical-coordinate representation of color #DF095A: hue angle of 337.29º 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 #DF095A is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 90 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.13 |
| HSL | 337.29º | 0.92% | 0.45% | - |
| HSV(B) | 337.29º | 0.96% | 0.87% | - |
| XYZ | 32.37 | 16.62 | 11.17 | - |
| YUV | 82.22 | 132.4 | 228.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 90 | 0 | 0.96 | 0.60 | 0.13 | 337.29 | 0.92 | 0.45 |
| Hex | DF | 9 | 5A | 0 | 60 | 3C | D | 151 | 5C | 2D |
| Octal | 337 | 11 | 132 | 0 | 140 | 74 | 15 | 521 | 134 | 55 |
| Binary | 11011111 | 1001 | 1011010 | 0 | 1100000 | 111100 | 1101 | 101010001 | 1011100 | 101101 |
Color Harmonies of #DF095A
Complementary color
Monochromatic Colors of #DF095A
Black with #DF095A
Text Example
Text Example
White with #DF095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF095A; }
p { color: rgb(223,9,90); }
H1.HeaderClassName
{
color: #DF095A;
}
.AnyTagClassName
{
color: #DF095A;
}
</style>
background-color css
<style>
a { background-color: #DF095A; }
a { background-color: rgb(223,9,90); }
div.DivClassName
{
background-color: #DF095A;
}
.BgClassName
{
background-color: #DF095A;
}
</style>
border-color css
<style>
span { border-color: #DF095A; }
span { border-color: rgb(223,9,90); }
td.TdClassName
{
border-color: #DF095A;
}
.TagClassName
{
border-color: #DF095A;
}
</style>