Shades of Razzmatazz #DF0251
Tints of Razzmatazz #DF0251
RGB
CMYK
RGB Variations
Color information
#DF0251 (or 0xDF0251) is known color: Razzmatazz. HEX triplet: DF, 02 and 51. RGB value is (223,2,81). Sum of RGB (Red+Green+Blue) = 223+2+81=306 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.88% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0251 is #20FDAE. Grayscale: #4C4C4C. Windows color (decimal): -2162095 or 5309151. OLE color: 5309151.
HSL color Cylindrical-coordinate representation of color #DF0251: hue angle of 338.55º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0251 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 81 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.13 |
| HSL | 338.55º | 0.98% | 0.44% | - |
| HSV(B) | 338.55º | 0.99% | 0.87% | - |
| XYZ | 31.94 | 16.33 | 9.25 | - |
| YUV | 77.09 | 130.22 | 232.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 81 | 0 | 0.99 | 0.64 | 0.13 | 338.55 | 0.98 | 0.44 |
| Hex | DF | 2 | 51 | 0 | 63 | 40 | D | 153 | 62 | 2C |
| Octal | 337 | 2 | 121 | 0 | 143 | 100 | 15 | 523 | 142 | 54 |
| Binary | 11011111 | 10 | 1010001 | 0 | 1100011 | 1000000 | 1101 | 101010011 | 1100010 | 101100 |
Color Harmonies of #DF0251
Complementary color
Monochromatic Colors of #DF0251
Black with #DF0251
Text Example
Text Example
White with #DF0251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0251; }
p { color: rgb(223,2,81); }
H1.HeaderClassName
{
color: #DF0251;
}
.AnyTagClassName
{
color: #DF0251;
}
</style>
background-color css
<style>
a { background-color: #DF0251; }
a { background-color: rgb(223,2,81); }
div.DivClassName
{
background-color: #DF0251;
}
.BgClassName
{
background-color: #DF0251;
}
</style>
border-color css
<style>
span { border-color: #DF0251; }
span { border-color: rgb(223,2,81); }
td.TdClassName
{
border-color: #DF0251;
}
.TagClassName
{
border-color: #DF0251;
}
</style>