Shades of Razzmatazz #DF0351
Tints of Razzmatazz #DF0351
RGB
CMYK
RGB Variations
Color information
#DF0351 (or 0xDF0351) is known color: Razzmatazz. HEX triplet: DF, 03 and 51. RGB value is (223,3,81). Sum of RGB (Red+Green+Blue) = 223+3+81=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0351 is #20FCAE. Grayscale: #4D4D4D. Windows color (decimal): -2161839 or 5309407. OLE color: 5309407.
HSL color Cylindrical-coordinate representation of color #DF0351: hue angle of 338.73º degrees, saturation: 0.97, 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 #DF0351 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 81 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.13 |
| HSL | 338.73º | 0.97% | 0.44% | - |
| HSV(B) | 338.73º | 0.99% | 0.87% | - |
| XYZ | 31.95 | 16.35 | 9.26 | - |
| YUV | 77.67 | 129.89 | 231.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 81 | 0 | 0.99 | 0.64 | 0.13 | 338.73 | 0.97 | 0.44 |
| Hex | DF | 3 | 51 | 0 | 63 | 40 | D | 153 | 61 | 2C |
| Octal | 337 | 3 | 121 | 0 | 143 | 100 | 15 | 523 | 141 | 54 |
| Binary | 11011111 | 11 | 1010001 | 0 | 1100011 | 1000000 | 1101 | 101010011 | 1100001 | 101100 |
Color Harmonies of #DF0351
Complementary color
Monochromatic Colors of #DF0351
Black with #DF0351
Text Example
Text Example
White with #DF0351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0351; }
p { color: rgb(223,3,81); }
H1.HeaderClassName
{
color: #DF0351;
}
.AnyTagClassName
{
color: #DF0351;
}
</style>
background-color css
<style>
a { background-color: #DF0351; }
a { background-color: rgb(223,3,81); }
div.DivClassName
{
background-color: #DF0351;
}
.BgClassName
{
background-color: #DF0351;
}
</style>
border-color css
<style>
span { border-color: #DF0351; }
span { border-color: rgb(223,3,81); }
td.TdClassName
{
border-color: #DF0351;
}
.TagClassName
{
border-color: #DF0351;
}
</style>