Shades of Razzmatazz #DF0954
Tints of Razzmatazz #DF0954
RGB
CMYK
RGB Variations
Color information
#DF0954 (or 0xDF0954) is known color: Razzmatazz. HEX triplet: DF, 09 and 54. RGB value is (223,9,84). Sum of RGB (Red+Green+Blue) = 223+9+84=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0954 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0954 is #20F6AB. Grayscale: #515151. Windows color (decimal): -2160300 or 5507551. OLE color: 5507551.
HSL color Cylindrical-coordinate representation of color #DF0954: hue angle of 338.97º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0954 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 84 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.13 |
| HSL | 338.97º | 0.92% | 0.45% | - |
| HSV(B) | 338.97º | 0.96% | 0.87% | - |
| XYZ | 32.13 | 16.52 | 9.88 | - |
| YUV | 81.54 | 129.4 | 228.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 84 | 0 | 0.96 | 0.62 | 0.13 | 338.97 | 0.92 | 0.45 |
| Hex | DF | 9 | 54 | 0 | 60 | 3E | D | 153 | 5C | 2D |
| Octal | 337 | 11 | 124 | 0 | 140 | 76 | 15 | 523 | 134 | 55 |
| Binary | 11011111 | 1001 | 1010100 | 0 | 1100000 | 111110 | 1101 | 101010011 | 1011100 | 101101 |
Color Harmonies of #DF0954
Complementary color
Monochromatic Colors of #DF0954
Black with #DF0954
Text Example
Text Example
White with #DF0954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0954; }
p { color: rgb(223,9,84); }
H1.HeaderClassName
{
color: #DF0954;
}
.AnyTagClassName
{
color: #DF0954;
}
</style>
background-color css
<style>
a { background-color: #DF0954; }
a { background-color: rgb(223,9,84); }
div.DivClassName
{
background-color: #DF0954;
}
.BgClassName
{
background-color: #DF0954;
}
</style>
border-color css
<style>
span { border-color: #DF0954; }
span { border-color: rgb(223,9,84); }
td.TdClassName
{
border-color: #DF0954;
}
.TagClassName
{
border-color: #DF0954;
}
</style>