Shades of Razzmatazz #DF0B5F
Tints of Razzmatazz #DF0B5F
RGB
CMYK
RGB Variations
Color information
#DF0B5F (or 0xDF0B5F) is known color: Razzmatazz. HEX triplet: DF, 0B and 5F. RGB value is (223,11,95). Sum of RGB (Red+Green+Blue) = 223+11+95=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B5F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0B5F is #20F4A0. Grayscale: #535353. Windows color (decimal): -2159777 or 6228959. OLE color: 6228959.
HSL color Cylindrical-coordinate representation of color #DF0B5F: hue angle of 336.23º degrees, saturation: 0.91, 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 #DF0B5F is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 11 | 95 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.13 |
| HSL | 336.23º | 0.91% | 0.46% | - |
| HSV(B) | 336.23º | 0.95% | 0.87% | - |
| XYZ | 32.62 | 16.75 | 12.34 | - |
| YUV | 83.96 | 134.24 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 95 | 0 | 0.95 | 0.57 | 0.13 | 336.23 | 0.91 | 0.46 |
| Hex | DF | B | 5F | 0 | 5F | 39 | D | 150 | 5B | 2E |
| Octal | 337 | 13 | 137 | 0 | 137 | 71 | 15 | 520 | 133 | 56 |
| Binary | 11011111 | 1011 | 1011111 | 0 | 1011111 | 111001 | 1101 | 101010000 | 1011011 | 101110 |
Color Harmonies of #DF0B5F
Complementary color
Monochromatic Colors of #DF0B5F
Black with #DF0B5F
Text Example
Text Example
White with #DF0B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0B5F; }
p { color: rgb(223,11,95); }
H1.HeaderClassName
{
color: #DF0B5F;
}
.AnyTagClassName
{
color: #DF0B5F;
}
</style>
background-color css
<style>
a { background-color: #DF0B5F; }
a { background-color: rgb(223,11,95); }
div.DivClassName
{
background-color: #DF0B5F;
}
.BgClassName
{
background-color: #DF0B5F;
}
</style>
border-color css
<style>
span { border-color: #DF0B5F; }
span { border-color: rgb(223,11,95); }
td.TdClassName
{
border-color: #DF0B5F;
}
.TagClassName
{
border-color: #DF0B5F;
}
</style>