Shades of Razzmatazz #DF0154
Tints of Razzmatazz #DF0154
RGB
CMYK
RGB Variations
Color information
#DF0154 (or 0xDF0154) is known color: Razzmatazz. HEX triplet: DF, 01 and 54. RGB value is (223,1,84). Sum of RGB (Red+Green+Blue) = 223+1+84=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0154 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0154 is #20FEAB. Grayscale: #4C4C4C. Windows color (decimal): -2162348 or 5505503. OLE color: 5505503.
HSL color Cylindrical-coordinate representation of color #DF0154: hue angle of 337.57º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0154 is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 84 | - |
| CMYK | 0 | 1.00 | 0.62 | 0.13 |
| HSL | 337.57º | 0.99% | 0.44% | - |
| HSV(B) | 337.57º | 1% | 0.87% | - |
| XYZ | 32.04 | 16.35 | 9.85 | - |
| YUV | 76.84 | 132.05 | 232.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 84 | 0 | 1.00 | 0.62 | 0.13 | 337.57 | 0.99 | 0.44 |
| Hex | DF | 1 | 54 | 0 | 64 | 3E | D | 152 | 63 | 2C |
| Octal | 337 | 1 | 124 | 0 | 144 | 76 | 15 | 522 | 143 | 54 |
| Binary | 11011111 | 1 | 1010100 | 0 | 1100100 | 111110 | 1101 | 101010010 | 1100011 | 101100 |
Color Harmonies of #DF0154
Complementary color
Monochromatic Colors of #DF0154
Black with #DF0154
Text Example
Text Example
White with #DF0154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0154; }
p { color: rgb(223,1,84); }
H1.HeaderClassName
{
color: #DF0154;
}
.AnyTagClassName
{
color: #DF0154;
}
</style>
background-color css
<style>
a { background-color: #DF0154; }
a { background-color: rgb(223,1,84); }
div.DivClassName
{
background-color: #DF0154;
}
.BgClassName
{
background-color: #DF0154;
}
</style>
border-color css
<style>
span { border-color: #DF0154; }
span { border-color: rgb(223,1,84); }
td.TdClassName
{
border-color: #DF0154;
}
.TagClassName
{
border-color: #DF0154;
}
</style>