Shades of Razzmatazz #DF0551
Tints of Razzmatazz #DF0551
RGB
CMYK
RGB Variations
Color information
#DF0551 (or 0xDF0551) is known color: Razzmatazz. HEX triplet: DF, 05 and 51. RGB value is (223,5,81). Sum of RGB (Red+Green+Blue) = 223+5+81=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0551 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0551 is #20FAAE. Grayscale: #4E4E4E. Windows color (decimal): -2161327 or 5309919. OLE color: 5309919.
HSL color Cylindrical-coordinate representation of color #DF0551: hue angle of 339.08º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF0551 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 81 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.13 |
| HSL | 339.08º | 0.96% | 0.45% | - |
| HSV(B) | 339.08º | 0.98% | 0.87% | - |
| XYZ | 31.97 | 16.39 | 9.26 | - |
| YUV | 78.85 | 129.22 | 230.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 81 | 0 | 0.98 | 0.64 | 0.13 | 339.08 | 0.96 | 0.45 |
| Hex | DF | 5 | 51 | 0 | 62 | 40 | D | 153 | 60 | 2D |
| Octal | 337 | 5 | 121 | 0 | 142 | 100 | 15 | 523 | 140 | 55 |
| Binary | 11011111 | 101 | 1010001 | 0 | 1100010 | 1000000 | 1101 | 101010011 | 1100000 | 101101 |
Color Harmonies of #DF0551
Complementary color
Monochromatic Colors of #DF0551
Black with #DF0551
Text Example
Text Example
White with #DF0551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0551; }
p { color: rgb(223,5,81); }
H1.HeaderClassName
{
color: #DF0551;
}
.AnyTagClassName
{
color: #DF0551;
}
</style>
background-color css
<style>
a { background-color: #DF0551; }
a { background-color: rgb(223,5,81); }
div.DivClassName
{
background-color: #DF0551;
}
.BgClassName
{
background-color: #DF0551;
}
</style>
border-color css
<style>
span { border-color: #DF0551; }
span { border-color: rgb(223,5,81); }
td.TdClassName
{
border-color: #DF0551;
}
.TagClassName
{
border-color: #DF0551;
}
</style>