Shades of Razzmatazz #DF0855
Tints of Razzmatazz #DF0855
RGB
CMYK
RGB Variations
Color information
#DF0855 (or 0xDF0855) is known color: Razzmatazz. HEX triplet: DF, 08 and 55. RGB value is (223,8,85). Sum of RGB (Red+Green+Blue) = 223+8+85=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0855 is #20F7AA. Grayscale: #505050. Windows color (decimal): -2160555 or 5572831. OLE color: 5572831.
HSL color Cylindrical-coordinate representation of color #DF0855: hue angle of 338.51º 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 #DF0855 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 85 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.13 |
| HSL | 338.51º | 0.93% | 0.45% | - |
| HSV(B) | 338.51º | 0.96% | 0.87% | - |
| XYZ | 32.16 | 16.52 | 10.09 | - |
| YUV | 81.06 | 130.23 | 229.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 85 | 0 | 0.96 | 0.62 | 0.13 | 338.51 | 0.93 | 0.45 |
| Hex | DF | 8 | 55 | 0 | 60 | 3E | D | 153 | 5D | 2D |
| Octal | 337 | 10 | 125 | 0 | 140 | 76 | 15 | 523 | 135 | 55 |
| Binary | 11011111 | 1000 | 1010101 | 0 | 1100000 | 111110 | 1101 | 101010011 | 1011101 | 101101 |
Color Harmonies of #DF0855
Complementary color
Monochromatic Colors of #DF0855
Black with #DF0855
Text Example
Text Example
White with #DF0855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0855; }
p { color: rgb(223,8,85); }
H1.HeaderClassName
{
color: #DF0855;
}
.AnyTagClassName
{
color: #DF0855;
}
</style>
background-color css
<style>
a { background-color: #DF0855; }
a { background-color: rgb(223,8,85); }
div.DivClassName
{
background-color: #DF0855;
}
.BgClassName
{
background-color: #DF0855;
}
</style>
border-color css
<style>
span { border-color: #DF0855; }
span { border-color: rgb(223,8,85); }
td.TdClassName
{
border-color: #DF0855;
}
.TagClassName
{
border-color: #DF0855;
}
</style>