Shades of Razzmatazz #DF1155
Tints of Razzmatazz #DF1155
RGB
CMYK
RGB Variations
Color information
#DF1155 (or 0xDF1155) is known color: Razzmatazz. HEX triplet: DF, 11 and 55. RGB value is (223,17,85). Sum of RGB (Red+Green+Blue) = 223+17+85=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1155 is #20EEAA. Grayscale: #565656. Windows color (decimal): -2158251 or 5575135. OLE color: 5575135.
HSL color Cylindrical-coordinate representation of color #DF1155: hue angle of 340.19º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF1155 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 17 | 85 | - |
| CMYK | 0 | 0.92 | 0.62 | 0.13 |
| HSL | 340.19º | 0.86% | 0.47% | - |
| HSV(B) | 340.19º | 0.92% | 0.87% | - |
| XYZ | 32.27 | 16.74 | 10.13 | - |
| YUV | 86.35 | 127.25 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 85 | 0 | 0.92 | 0.62 | 0.13 | 340.19 | 0.86 | 0.47 |
| Hex | DF | 11 | 55 | 0 | 5C | 3E | D | 154 | 56 | 2F |
| Octal | 337 | 21 | 125 | 0 | 134 | 76 | 15 | 524 | 126 | 57 |
| Binary | 11011111 | 10001 | 1010101 | 0 | 1011100 | 111110 | 1101 | 101010100 | 1010110 | 101111 |
Color Harmonies of #DF1155
Complementary color
Monochromatic Colors of #DF1155
Black with #DF1155
Text Example
Text Example
White with #DF1155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1155; }
p { color: rgb(223,17,85); }
H1.HeaderClassName
{
color: #DF1155;
}
.AnyTagClassName
{
color: #DF1155;
}
</style>
background-color css
<style>
a { background-color: #DF1155; }
a { background-color: rgb(223,17,85); }
div.DivClassName
{
background-color: #DF1155;
}
.BgClassName
{
background-color: #DF1155;
}
</style>
border-color css
<style>
span { border-color: #DF1155; }
span { border-color: rgb(223,17,85); }
td.TdClassName
{
border-color: #DF1155;
}
.TagClassName
{
border-color: #DF1155;
}
</style>