Shades of Razzmatazz #DF0B4E
Tints of Razzmatazz #DF0B4E
RGB
CMYK
RGB Variations
Color information
#DF0B4E (or 0xDF0B4E) is known color: Razzmatazz. HEX triplet: DF, 0B and 4E. RGB value is (223,11,78). Sum of RGB (Red+Green+Blue) = 223+11+78=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 11 (4.69% from 255 or 3.53% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0B4E is #20F4B1. Grayscale: #515151. Windows color (decimal): -2159794 or 5114847. OLE color: 5114847.
HSL color Cylindrical-coordinate representation of color #DF0B4E: hue angle of 341.04º 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 #DF0B4E is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 11 | 78 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.13 |
| HSL | 341.04º | 0.91% | 0.46% | - |
| HSV(B) | 341.04º | 0.95% | 0.87% | - |
| XYZ | 31.93 | 16.48 | 8.71 | - |
| YUV | 82.03 | 125.74 | 228.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 78 | 0 | 0.95 | 0.65 | 0.13 | 341.04 | 0.91 | 0.46 |
| Hex | DF | B | 4E | 0 | 5F | 41 | D | 155 | 5B | 2E |
| Octal | 337 | 13 | 116 | 0 | 137 | 101 | 15 | 525 | 133 | 56 |
| Binary | 11011111 | 1011 | 1001110 | 0 | 1011111 | 1000001 | 1101 | 101010101 | 1011011 | 101110 |
Color Harmonies of #DF0B4E
Complementary color
Monochromatic Colors of #DF0B4E
Black with #DF0B4E
Text Example
Text Example
White with #DF0B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0B4E; }
p { color: rgb(223,11,78); }
H1.HeaderClassName
{
color: #DF0B4E;
}
.AnyTagClassName
{
color: #DF0B4E;
}
</style>
background-color css
<style>
a { background-color: #DF0B4E; }
a { background-color: rgb(223,11,78); }
div.DivClassName
{
background-color: #DF0B4E;
}
.BgClassName
{
background-color: #DF0B4E;
}
</style>
border-color css
<style>
span { border-color: #DF0B4E; }
span { border-color: rgb(223,11,78); }
td.TdClassName
{
border-color: #DF0B4E;
}
.TagClassName
{
border-color: #DF0B4E;
}
</style>