Shades of Razzmatazz #DF0B5B
Tints of Razzmatazz #DF0B5B
RGB
CMYK
RGB Variations
Color information
#DF0B5B (or 0xDF0B5B) is known color: Razzmatazz. HEX triplet: DF, 0B and 5B. RGB value is (223,11,91). Sum of RGB (Red+Green+Blue) = 223+11+91=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0B5B is #20F4A4. Grayscale: #535353. Windows color (decimal): -2159781 or 5966815. OLE color: 5966815.
HSL color Cylindrical-coordinate representation of color #DF0B5B: hue angle of 337.36º 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 #DF0B5B is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 11 | 91 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.13 |
| HSL | 337.36º | 0.91% | 0.46% | - |
| HSV(B) | 337.36º | 0.95% | 0.87% | - |
| XYZ | 32.44 | 16.68 | 11.41 | - |
| YUV | 83.51 | 132.24 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 91 | 0 | 0.95 | 0.59 | 0.13 | 337.36 | 0.91 | 0.46 |
| Hex | DF | B | 5B | 0 | 5F | 3B | D | 151 | 5B | 2E |
| Octal | 337 | 13 | 133 | 0 | 137 | 73 | 15 | 521 | 133 | 56 |
| Binary | 11011111 | 1011 | 1011011 | 0 | 1011111 | 111011 | 1101 | 101010001 | 1011011 | 101110 |
Color Harmonies of #DF0B5B
Complementary color
Monochromatic Colors of #DF0B5B
Black with #DF0B5B
Text Example
Text Example
White with #DF0B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0B5B; }
p { color: rgb(223,11,91); }
H1.HeaderClassName
{
color: #DF0B5B;
}
.AnyTagClassName
{
color: #DF0B5B;
}
</style>
background-color css
<style>
a { background-color: #DF0B5B; }
a { background-color: rgb(223,11,91); }
div.DivClassName
{
background-color: #DF0B5B;
}
.BgClassName
{
background-color: #DF0B5B;
}
</style>
border-color css
<style>
span { border-color: #DF0B5B; }
span { border-color: rgb(223,11,91); }
td.TdClassName
{
border-color: #DF0B5B;
}
.TagClassName
{
border-color: #DF0B5B;
}
</style>