Shades of Razzmatazz #DF0062
Tints of Razzmatazz #DF0062
RGB
CMYK
RGB Variations
Color information
#DF0062 (or 0xDF0062) is known color: Razzmatazz. HEX triplet: DF, 00 and 62. RGB value is (223,0,98). Sum of RGB (Red+Green+Blue) = 223+0+98=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0062 is #20FF9D. Grayscale: #4D4D4D. Windows color (decimal): -2162590 or 6422751. OLE color: 6422751.
HSL color Cylindrical-coordinate representation of color #DF0062: hue angle of 333.63º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0062 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 98 | - |
| CMYK | 0 | 1 | 0.56 | 0.13 |
| HSL | 333.63º | 1% | 0.44% | - |
| HSV(B) | 333.63º | 1% | 0.87% | - |
| XYZ | 32.64 | 16.57 | 13.03 | - |
| YUV | 77.85 | 139.38 | 231.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 98 | 0 | 1 | 0.56 | 0.13 | 333.63 | 1 | 0.44 |
| Hex | DF | 0 | 62 | 0 | 64 | 38 | D | 14E | 64 | 2C |
| Octal | 337 | 0 | 142 | 0 | 144 | 70 | 15 | 516 | 144 | 54 |
| Binary | 11011111 | 0 | 1100010 | 0 | 1100100 | 111000 | 1101 | 101001110 | 1100100 | 101100 |
Color Harmonies of #DF0062
Complementary color
Monochromatic Colors of #DF0062
Black with #DF0062
Text Example
Text Example
White with #DF0062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0062; }
p { color: rgb(223,0,98); }
H1.HeaderClassName
{
color: #DF0062;
}
.AnyTagClassName
{
color: #DF0062;
}
</style>
background-color css
<style>
a { background-color: #DF0062; }
a { background-color: rgb(223,0,98); }
div.DivClassName
{
background-color: #DF0062;
}
.BgClassName
{
background-color: #DF0062;
}
</style>
border-color css
<style>
span { border-color: #DF0062; }
span { border-color: rgb(223,0,98); }
td.TdClassName
{
border-color: #DF0062;
}
.TagClassName
{
border-color: #DF0062;
}
</style>