Shades of Razzmatazz #DF0C51
Tints of Razzmatazz #DF0C51
RGB
CMYK
RGB Variations
Color information
#DF0C51 (or 0xDF0C51) is known color: Razzmatazz. HEX triplet: DF, 0C and 51. RGB value is (223,12,81). Sum of RGB (Red+Green+Blue) = 223+12+81=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0C51 is #20F3AE. Grayscale: #525252. Windows color (decimal): -2159535 or 5311711. OLE color: 5311711.
HSL color Cylindrical-coordinate representation of color #DF0C51: hue angle of 340.38º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0C51 is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 81 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.13 |
| HSL | 340.38º | 0.9% | 0.46% | - |
| HSV(B) | 340.38º | 0.95% | 0.87% | - |
| XYZ | 32.05 | 16.55 | 9.29 | - |
| YUV | 82.96 | 126.9 | 227.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 81 | 0 | 0.95 | 0.64 | 0.13 | 340.38 | 0.9 | 0.46 |
| Hex | DF | C | 51 | 0 | 5F | 40 | D | 154 | 5A | 2E |
| Octal | 337 | 14 | 121 | 0 | 137 | 100 | 15 | 524 | 132 | 56 |
| Binary | 11011111 | 1100 | 1010001 | 0 | 1011111 | 1000000 | 1101 | 101010100 | 1011010 | 101110 |
Color Harmonies of #DF0C51
Complementary color
Monochromatic Colors of #DF0C51
Black with #DF0C51
Text Example
Text Example
White with #DF0C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0C51; }
p { color: rgb(223,12,81); }
H1.HeaderClassName
{
color: #DF0C51;
}
.AnyTagClassName
{
color: #DF0C51;
}
</style>
background-color css
<style>
a { background-color: #DF0C51; }
a { background-color: rgb(223,12,81); }
div.DivClassName
{
background-color: #DF0C51;
}
.BgClassName
{
background-color: #DF0C51;
}
</style>
border-color css
<style>
span { border-color: #DF0C51; }
span { border-color: rgb(223,12,81); }
td.TdClassName
{
border-color: #DF0C51;
}
.TagClassName
{
border-color: #DF0C51;
}
</style>