Shades of Razzmatazz #DF0B53
Tints of Razzmatazz #DF0B53
RGB
CMYK
RGB Variations
Color information
#DF0B53 (or 0xDF0B53) is known color: Razzmatazz. HEX triplet: DF, 0B and 53. RGB value is (223,11,83). Sum of RGB (Red+Green+Blue) = 223+11+83=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 11 (4.69% from 255 or 3.47% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0B53 is #20F4AC. Grayscale: #525252. Windows color (decimal): -2159789 or 5442527. OLE color: 5442527.
HSL color Cylindrical-coordinate representation of color #DF0B53: hue angle of 339.62º 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 #DF0B53 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 11 | 83 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.13 |
| HSL | 339.62º | 0.91% | 0.46% | - |
| HSV(B) | 339.62º | 0.95% | 0.87% | - |
| XYZ | 32.11 | 16.55 | 9.69 | - |
| YUV | 82.6 | 128.24 | 228.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 83 | 0 | 0.95 | 0.63 | 0.13 | 339.62 | 0.91 | 0.46 |
| Hex | DF | B | 53 | 0 | 5F | 3F | D | 154 | 5B | 2E |
| Octal | 337 | 13 | 123 | 0 | 137 | 77 | 15 | 524 | 133 | 56 |
| Binary | 11011111 | 1011 | 1010011 | 0 | 1011111 | 111111 | 1101 | 101010100 | 1011011 | 101110 |
Color Harmonies of #DF0B53
Complementary color
Monochromatic Colors of #DF0B53
Black with #DF0B53
Text Example
Text Example
White with #DF0B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0B53; }
p { color: rgb(223,11,83); }
H1.HeaderClassName
{
color: #DF0B53;
}
.AnyTagClassName
{
color: #DF0B53;
}
</style>
background-color css
<style>
a { background-color: #DF0B53; }
a { background-color: rgb(223,11,83); }
div.DivClassName
{
background-color: #DF0B53;
}
.BgClassName
{
background-color: #DF0B53;
}
</style>
border-color css
<style>
span { border-color: #DF0B53; }
span { border-color: rgb(223,11,83); }
td.TdClassName
{
border-color: #DF0B53;
}
.TagClassName
{
border-color: #DF0B53;
}
</style>