Shades of Razzmatazz #DF0B4D
Tints of Razzmatazz #DF0B4D
RGB
CMYK
RGB Variations
Color information
#DF0B4D (or 0xDF0B4D) is known color: Razzmatazz. HEX triplet: DF, 0B and 4D. RGB value is (223,11,77). Sum of RGB (Red+Green+Blue) = 223+11+77=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0B4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0B4D is #20F4B2. Grayscale: #515151. Windows color (decimal): -2159795 or 5049311. OLE color: 5049311.
HSL color Cylindrical-coordinate representation of color #DF0B4D: hue angle of 341.32º 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 #DF0B4D is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 11 | 77 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.13 |
| HSL | 341.32º | 0.91% | 0.46% | - |
| HSV(B) | 341.32º | 0.95% | 0.87% | - |
| XYZ | 31.89 | 16.46 | 8.52 | - |
| YUV | 81.91 | 125.24 | 228.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 11 | 77 | 0 | 0.95 | 0.65 | 0.13 | 341.32 | 0.91 | 0.46 |
| Hex | DF | B | 4D | 0 | 5F | 41 | D | 155 | 5B | 2E |
| Octal | 337 | 13 | 115 | 0 | 137 | 101 | 15 | 525 | 133 | 56 |
| Binary | 11011111 | 1011 | 1001101 | 0 | 1011111 | 1000001 | 1101 | 101010101 | 1011011 | 101110 |
Color Harmonies of #DF0B4D
Complementary color
Monochromatic Colors of #DF0B4D
Black with #DF0B4D
Text Example
Text Example
White with #DF0B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0B4D; }
p { color: rgb(223,11,77); }
H1.HeaderClassName
{
color: #DF0B4D;
}
.AnyTagClassName
{
color: #DF0B4D;
}
</style>
background-color css
<style>
a { background-color: #DF0B4D; }
a { background-color: rgb(223,11,77); }
div.DivClassName
{
background-color: #DF0B4D;
}
.BgClassName
{
background-color: #DF0B4D;
}
</style>
border-color css
<style>
span { border-color: #DF0B4D; }
span { border-color: rgb(223,11,77); }
td.TdClassName
{
border-color: #DF0B4D;
}
.TagClassName
{
border-color: #DF0B4D;
}
</style>