Shades of Razzmatazz #DF0957
Tints of Razzmatazz #DF0957
RGB
CMYK
RGB Variations
Color information
#DF0957 (or 0xDF0957) is known color: Razzmatazz. HEX triplet: DF, 09 and 57. RGB value is (223,9,87). Sum of RGB (Red+Green+Blue) = 223+9+87=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 87 (34.38% from 255 or 27.27% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0957 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0957 is #20F6A8. Grayscale: #515151. Windows color (decimal): -2160297 or 5704159. OLE color: 5704159.
HSL color Cylindrical-coordinate representation of color #DF0957: hue angle of 338.13º 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 #DF0957 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 87 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.13 |
| HSL | 338.13º | 0.92% | 0.45% | - |
| HSV(B) | 338.13º | 0.96% | 0.87% | - |
| XYZ | 32.25 | 16.57 | 10.52 | - |
| YUV | 81.88 | 130.9 | 228.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 87 | 0 | 0.96 | 0.61 | 0.13 | 338.13 | 0.92 | 0.45 |
| Hex | DF | 9 | 57 | 0 | 60 | 3D | D | 152 | 5C | 2D |
| Octal | 337 | 11 | 127 | 0 | 140 | 75 | 15 | 522 | 134 | 55 |
| Binary | 11011111 | 1001 | 1010111 | 0 | 1100000 | 111101 | 1101 | 101010010 | 1011100 | 101101 |
Color Harmonies of #DF0957
Complementary color
Monochromatic Colors of #DF0957
Black with #DF0957
Text Example
Text Example
White with #DF0957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0957; }
p { color: rgb(223,9,87); }
H1.HeaderClassName
{
color: #DF0957;
}
.AnyTagClassName
{
color: #DF0957;
}
</style>
background-color css
<style>
a { background-color: #DF0957; }
a { background-color: rgb(223,9,87); }
div.DivClassName
{
background-color: #DF0957;
}
.BgClassName
{
background-color: #DF0957;
}
</style>
border-color css
<style>
span { border-color: #DF0957; }
span { border-color: rgb(223,9,87); }
td.TdClassName
{
border-color: #DF0957;
}
.TagClassName
{
border-color: #DF0957;
}
</style>