Shades of Razzmatazz #DF0F58
Tints of Razzmatazz #DF0F58
RGB
CMYK
RGB Variations
Color information
#DF0F58 (or 0xDF0F58) is known color: Razzmatazz. HEX triplet: DF, 0F and 58. RGB value is (223,15,88). Sum of RGB (Red+Green+Blue) = 223+15+88=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 15 (6.25% from 255 or 4.60% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0F58 is #20F0A7. Grayscale: #555555. Windows color (decimal): -2158760 or 5771231. OLE color: 5771231.
HSL color Cylindrical-coordinate representation of color #DF0F58: hue angle of 338.94º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF0F58 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 15 | 88 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.13 |
| HSL | 338.94º | 0.87% | 0.47% | - |
| HSV(B) | 338.94º | 0.93% | 0.87% | - |
| XYZ | 32.36 | 16.73 | 10.76 | - |
| YUV | 85.51 | 129.41 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 88 | 0 | 0.93 | 0.61 | 0.13 | 338.94 | 0.87 | 0.47 |
| Hex | DF | F | 58 | 0 | 5D | 3D | D | 153 | 57 | 2F |
| Octal | 337 | 17 | 130 | 0 | 135 | 75 | 15 | 523 | 127 | 57 |
| Binary | 11011111 | 1111 | 1011000 | 0 | 1011101 | 111101 | 1101 | 101010011 | 1010111 | 101111 |
Color Harmonies of #DF0F58
Complementary color
Monochromatic Colors of #DF0F58
Black with #DF0F58
Text Example
Text Example
White with #DF0F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0F58; }
p { color: rgb(223,15,88); }
H1.HeaderClassName
{
color: #DF0F58;
}
.AnyTagClassName
{
color: #DF0F58;
}
</style>
background-color css
<style>
a { background-color: #DF0F58; }
a { background-color: rgb(223,15,88); }
div.DivClassName
{
background-color: #DF0F58;
}
.BgClassName
{
background-color: #DF0F58;
}
</style>
border-color css
<style>
span { border-color: #DF0F58; }
span { border-color: rgb(223,15,88); }
td.TdClassName
{
border-color: #DF0F58;
}
.TagClassName
{
border-color: #DF0F58;
}
</style>