Shades of Razzmatazz #DF0151
Tints of Razzmatazz #DF0151
RGB
CMYK
RGB Variations
Color information
#DF0151 (or 0xDF0151) is known color: Razzmatazz. HEX triplet: DF, 01 and 51. RGB value is (223,1,81). Sum of RGB (Red+Green+Blue) = 223+1+81=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0151 is #20FEAE. Grayscale: #4C4C4C. Windows color (decimal): -2162351 or 5308895. OLE color: 5308895.
HSL color Cylindrical-coordinate representation of color #DF0151: hue angle of 338.38º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0151 is Cyan = 0, Magento = 1.00, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 81 | - |
| CMYK | 0 | 1.00 | 0.64 | 0.13 |
| HSL | 338.38º | 0.99% | 0.44% | - |
| HSV(B) | 338.38º | 1% | 0.87% | - |
| XYZ | 31.93 | 16.3 | 9.25 | - |
| YUV | 76.5 | 130.55 | 232.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 81 | 0 | 1.00 | 0.64 | 0.13 | 338.38 | 0.99 | 0.44 |
| Hex | DF | 1 | 51 | 0 | 64 | 40 | D | 152 | 63 | 2C |
| Octal | 337 | 1 | 121 | 0 | 144 | 100 | 15 | 522 | 143 | 54 |
| Binary | 11011111 | 1 | 1010001 | 0 | 1100100 | 1000000 | 1101 | 101010010 | 1100011 | 101100 |
Color Harmonies of #DF0151
Complementary color
Monochromatic Colors of #DF0151
Black with #DF0151
Text Example
Text Example
White with #DF0151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0151; }
p { color: rgb(223,1,81); }
H1.HeaderClassName
{
color: #DF0151;
}
.AnyTagClassName
{
color: #DF0151;
}
</style>
background-color css
<style>
a { background-color: #DF0151; }
a { background-color: rgb(223,1,81); }
div.DivClassName
{
background-color: #DF0151;
}
.BgClassName
{
background-color: #DF0151;
}
</style>
border-color css
<style>
span { border-color: #DF0151; }
span { border-color: rgb(223,1,81); }
td.TdClassName
{
border-color: #DF0151;
}
.TagClassName
{
border-color: #DF0151;
}
</style>