Shades of Razzmatazz #DF094B
Tints of Razzmatazz #DF094B
RGB
CMYK
RGB Variations
Color information
#DF094B (or 0xDF094B) is known color: Razzmatazz. HEX triplet: DF, 09 and 4B. RGB value is (223,9,75). Sum of RGB (Red+Green+Blue) = 223+9+75=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF094B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF094B is #20F6B4. Grayscale: #505050. Windows color (decimal): -2160309 or 4917727. OLE color: 4917727.
HSL color Cylindrical-coordinate representation of color #DF094B: hue angle of 341.5º 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 #DF094B is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 75 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.13 |
| HSL | 341.5º | 0.92% | 0.45% | - |
| HSV(B) | 341.5º | 0.96% | 0.87% | - |
| XYZ | 31.8 | 16.39 | 8.14 | - |
| YUV | 80.51 | 124.9 | 229.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 75 | 0 | 0.96 | 0.66 | 0.13 | 341.5 | 0.92 | 0.45 |
| Hex | DF | 9 | 4B | 0 | 60 | 42 | D | 155 | 5C | 2D |
| Octal | 337 | 11 | 113 | 0 | 140 | 102 | 15 | 525 | 134 | 55 |
| Binary | 11011111 | 1001 | 1001011 | 0 | 1100000 | 1000010 | 1101 | 101010101 | 1011100 | 101101 |
Color Harmonies of #DF094B
Complementary color
Monochromatic Colors of #DF094B
Black with #DF094B
Text Example
Text Example
White with #DF094B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF094B; }
p { color: rgb(223,9,75); }
H1.HeaderClassName
{
color: #DF094B;
}
.AnyTagClassName
{
color: #DF094B;
}
</style>
background-color css
<style>
a { background-color: #DF094B; }
a { background-color: rgb(223,9,75); }
div.DivClassName
{
background-color: #DF094B;
}
.BgClassName
{
background-color: #DF094B;
}
</style>
border-color css
<style>
span { border-color: #DF094B; }
span { border-color: rgb(223,9,75); }
td.TdClassName
{
border-color: #DF094B;
}
.TagClassName
{
border-color: #DF094B;
}
</style>