Shades of Razzmatazz #DF0856
Tints of Razzmatazz #DF0856
RGB
CMYK
RGB Variations
Color information
#DF0856 (or 0xDF0856) is known color: Razzmatazz. HEX triplet: DF, 08 and 56. RGB value is (223,8,86). Sum of RGB (Red+Green+Blue) = 223+8+86=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0856 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0856 is #20F7A9. Grayscale: #515151. Windows color (decimal): -2160554 or 5638367. OLE color: 5638367.
HSL color Cylindrical-coordinate representation of color #DF0856: hue angle of 338.23º 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 #DF0856 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 86 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.13 |
| HSL | 338.23º | 0.93% | 0.45% | - |
| HSV(B) | 338.23º | 0.96% | 0.87% | - |
| XYZ | 32.2 | 16.53 | 10.3 | - |
| YUV | 81.18 | 130.73 | 229.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 86 | 0 | 0.96 | 0.61 | 0.13 | 338.23 | 0.93 | 0.45 |
| Hex | DF | 8 | 56 | 0 | 60 | 3D | D | 152 | 5D | 2D |
| Octal | 337 | 10 | 126 | 0 | 140 | 75 | 15 | 522 | 135 | 55 |
| Binary | 11011111 | 1000 | 1010110 | 0 | 1100000 | 111101 | 1101 | 101010010 | 1011101 | 101101 |
Color Harmonies of #DF0856
Complementary color
Monochromatic Colors of #DF0856
Black with #DF0856
Text Example
Text Example
White with #DF0856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0856; }
p { color: rgb(223,8,86); }
H1.HeaderClassName
{
color: #DF0856;
}
.AnyTagClassName
{
color: #DF0856;
}
</style>
background-color css
<style>
a { background-color: #DF0856; }
a { background-color: rgb(223,8,86); }
div.DivClassName
{
background-color: #DF0856;
}
.BgClassName
{
background-color: #DF0856;
}
</style>
border-color css
<style>
span { border-color: #DF0856; }
span { border-color: rgb(223,8,86); }
td.TdClassName
{
border-color: #DF0856;
}
.TagClassName
{
border-color: #DF0856;
}
</style>