Shades of Razzmatazz #DF0566
Tints of Razzmatazz #DF0566
RGB
CMYK
RGB Variations
Color information
#DF0566 (or 0xDF0566) is known color: Razzmatazz. HEX triplet: DF, 05 and 66. RGB value is (223,5,102). Sum of RGB (Red+Green+Blue) = 223+5+102=330 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.58% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 102 (40.23% from 255 or 30.91% from 330); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0566 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0566 is #20FA99. Grayscale: #515151. Windows color (decimal): -2161306 or 6686175. OLE color: 6686175.
HSL color Cylindrical-coordinate representation of color #DF0566: hue angle of 333.3º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF0566 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 102 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.13 |
| HSL | 333.3º | 0.96% | 0.45% | - |
| HSV(B) | 333.3º | 0.98% | 0.87% | - |
| XYZ | 32.88 | 16.76 | 14.07 | - |
| YUV | 81.24 | 139.72 | 229.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 102 | 0 | 0.98 | 0.54 | 0.13 | 333.3 | 0.96 | 0.45 |
| Hex | DF | 5 | 66 | 0 | 62 | 36 | D | 14D | 60 | 2D |
| Octal | 337 | 5 | 146 | 0 | 142 | 66 | 15 | 515 | 140 | 55 |
| Binary | 11011111 | 101 | 1100110 | 0 | 1100010 | 110110 | 1101 | 101001101 | 1100000 | 101101 |
Color Harmonies of #DF0566
Complementary color
Monochromatic Colors of #DF0566
Black with #DF0566
Text Example
Text Example
White with #DF0566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0566; }
p { color: rgb(223,5,102); }
H1.HeaderClassName
{
color: #DF0566;
}
.AnyTagClassName
{
color: #DF0566;
}
</style>
background-color css
<style>
a { background-color: #DF0566; }
a { background-color: rgb(223,5,102); }
div.DivClassName
{
background-color: #DF0566;
}
.BgClassName
{
background-color: #DF0566;
}
</style>
border-color css
<style>
span { border-color: #DF0566; }
span { border-color: rgb(223,5,102); }
td.TdClassName
{
border-color: #DF0566;
}
.TagClassName
{
border-color: #DF0566;
}
</style>