Shades of Razzmatazz #DF0865
Tints of Razzmatazz #DF0865
RGB
CMYK
RGB Variations
Color information
#DF0865 (or 0xDF0865) is known color: Razzmatazz. HEX triplet: DF, 08 and 65. RGB value is (223,8,101). Sum of RGB (Red+Green+Blue) = 223+8+101=332 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.17% from 332); Green value is 8 (3.52% from 255 or 2.41% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0865 is #20F79A. Grayscale: #525252. Windows color (decimal): -2160539 or 6621407. OLE color: 6621407.
HSL color Cylindrical-coordinate representation of color #DF0865: hue angle of 334.05º degrees, saturation: 0.93, 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 #DF0865 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 101 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.13 |
| HSL | 334.05º | 0.93% | 0.45% | - |
| HSV(B) | 334.05º | 0.96% | 0.87% | - |
| XYZ | 32.87 | 16.8 | 13.82 | - |
| YUV | 82.89 | 138.23 | 227.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 101 | 0 | 0.96 | 0.55 | 0.13 | 334.05 | 0.93 | 0.45 |
| Hex | DF | 8 | 65 | 0 | 60 | 37 | D | 14E | 5D | 2D |
| Octal | 337 | 10 | 145 | 0 | 140 | 67 | 15 | 516 | 135 | 55 |
| Binary | 11011111 | 1000 | 1100101 | 0 | 1100000 | 110111 | 1101 | 101001110 | 1011101 | 101101 |
Color Harmonies of #DF0865
Complementary color
Monochromatic Colors of #DF0865
Black with #DF0865
Text Example
Text Example
White with #DF0865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0865; }
p { color: rgb(223,8,101); }
H1.HeaderClassName
{
color: #DF0865;
}
.AnyTagClassName
{
color: #DF0865;
}
</style>
background-color css
<style>
a { background-color: #DF0865; }
a { background-color: rgb(223,8,101); }
div.DivClassName
{
background-color: #DF0865;
}
.BgClassName
{
background-color: #DF0865;
}
</style>
border-color css
<style>
span { border-color: #DF0865; }
span { border-color: rgb(223,8,101); }
td.TdClassName
{
border-color: #DF0865;
}
.TagClassName
{
border-color: #DF0865;
}
</style>