Shades of Razzmatazz #DF0950
Tints of Razzmatazz #DF0950
RGB
CMYK
RGB Variations
Color information
#DF0950 (or 0xDF0950) is known color: Razzmatazz. HEX triplet: DF, 09 and 50. RGB value is (223,9,80). Sum of RGB (Red+Green+Blue) = 223+9+80=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0950 is #20F6AF. Grayscale: #515151. Windows color (decimal): -2160304 or 5245407. OLE color: 5245407.
HSL color Cylindrical-coordinate representation of color #DF0950: hue angle of 340.09º 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 #DF0950 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 80 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.13 |
| HSL | 340.09º | 0.92% | 0.45% | - |
| HSV(B) | 340.09º | 0.96% | 0.87% | - |
| XYZ | 31.98 | 16.46 | 9.08 | - |
| YUV | 81.08 | 127.4 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 80 | 0 | 0.96 | 0.64 | 0.13 | 340.09 | 0.92 | 0.45 |
| Hex | DF | 9 | 50 | 0 | 60 | 40 | D | 154 | 5C | 2D |
| Octal | 337 | 11 | 120 | 0 | 140 | 100 | 15 | 524 | 134 | 55 |
| Binary | 11011111 | 1001 | 1010000 | 0 | 1100000 | 1000000 | 1101 | 101010100 | 1011100 | 101101 |
Color Harmonies of #DF0950
Complementary color
Monochromatic Colors of #DF0950
Black with #DF0950
Text Example
Text Example
White with #DF0950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0950; }
p { color: rgb(223,9,80); }
H1.HeaderClassName
{
color: #DF0950;
}
.AnyTagClassName
{
color: #DF0950;
}
</style>
background-color css
<style>
a { background-color: #DF0950; }
a { background-color: rgb(223,9,80); }
div.DivClassName
{
background-color: #DF0950;
}
.BgClassName
{
background-color: #DF0950;
}
</style>
border-color css
<style>
span { border-color: #DF0950; }
span { border-color: rgb(223,9,80); }
td.TdClassName
{
border-color: #DF0950;
}
.TagClassName
{
border-color: #DF0950;
}
</style>