Shades of Razzmatazz #DF0F52
Tints of Razzmatazz #DF0F52
RGB
CMYK
RGB Variations
Color information
#DF0F52 (or 0xDF0F52) is known color: Razzmatazz. HEX triplet: DF, 0F and 52. RGB value is (223,15,82). Sum of RGB (Red+Green+Blue) = 223+15+82=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0F52 is #20F0AD. Grayscale: #545454. Windows color (decimal): -2158766 or 5378015. OLE color: 5378015.
HSL color Cylindrical-coordinate representation of color #DF0F52: hue angle of 340.67º 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 #DF0F52 is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 15 | 82 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.13 |
| HSL | 340.67º | 0.87% | 0.47% | - |
| HSV(B) | 340.67º | 0.93% | 0.87% | - |
| XYZ | 32.13 | 16.64 | 9.5 | - |
| YUV | 84.83 | 126.41 | 226.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 82 | 0 | 0.93 | 0.63 | 0.13 | 340.67 | 0.87 | 0.47 |
| Hex | DF | F | 52 | 0 | 5D | 3F | D | 155 | 57 | 2F |
| Octal | 337 | 17 | 122 | 0 | 135 | 77 | 15 | 525 | 127 | 57 |
| Binary | 11011111 | 1111 | 1010010 | 0 | 1011101 | 111111 | 1101 | 101010101 | 1010111 | 101111 |
Color Harmonies of #DF0F52
Complementary color
Monochromatic Colors of #DF0F52
Black with #DF0F52
Text Example
Text Example
White with #DF0F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0F52; }
p { color: rgb(223,15,82); }
H1.HeaderClassName
{
color: #DF0F52;
}
.AnyTagClassName
{
color: #DF0F52;
}
</style>
background-color css
<style>
a { background-color: #DF0F52; }
a { background-color: rgb(223,15,82); }
div.DivClassName
{
background-color: #DF0F52;
}
.BgClassName
{
background-color: #DF0F52;
}
</style>
border-color css
<style>
span { border-color: #DF0F52; }
span { border-color: rgb(223,15,82); }
td.TdClassName
{
border-color: #DF0F52;
}
.TagClassName
{
border-color: #DF0F52;
}
</style>