Shades of Razzmatazz #DF1152
Tints of Razzmatazz #DF1152
RGB
CMYK
RGB Variations
Color information
#DF1152 (or 0xDF1152) is known color: Razzmatazz. HEX triplet: DF, 11 and 52. RGB value is (223,17,82). Sum of RGB (Red+Green+Blue) = 223+17+82=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1152 is #20EEAD. Grayscale: #555555. Windows color (decimal): -2158254 or 5378527. OLE color: 5378527.
HSL color Cylindrical-coordinate representation of color #DF1152: hue angle of 341.07º 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 #DF1152 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 17 | 82 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.13 |
| HSL | 341.07º | 0.86% | 0.47% | - |
| HSV(B) | 341.07º | 0.92% | 0.87% | - |
| XYZ | 32.15 | 16.7 | 9.51 | - |
| YUV | 86 | 125.75 | 225.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 17 | 82 | 0 | 0.92 | 0.63 | 0.13 | 341.07 | 0.86 | 0.47 |
| Hex | DF | 11 | 52 | 0 | 5C | 3F | D | 155 | 56 | 2F |
| Octal | 337 | 21 | 122 | 0 | 134 | 77 | 15 | 525 | 126 | 57 |
| Binary | 11011111 | 10001 | 1010010 | 0 | 1011100 | 111111 | 1101 | 101010101 | 1010110 | 101111 |
Color Harmonies of #DF1152
Complementary color
Monochromatic Colors of #DF1152
Black with #DF1152
Text Example
Text Example
White with #DF1152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1152; }
p { color: rgb(223,17,82); }
H1.HeaderClassName
{
color: #DF1152;
}
.AnyTagClassName
{
color: #DF1152;
}
</style>
background-color css
<style>
a { background-color: #DF1152; }
a { background-color: rgb(223,17,82); }
div.DivClassName
{
background-color: #DF1152;
}
.BgClassName
{
background-color: #DF1152;
}
</style>
border-color css
<style>
span { border-color: #DF1152; }
span { border-color: rgb(223,17,82); }
td.TdClassName
{
border-color: #DF1152;
}
.TagClassName
{
border-color: #DF1152;
}
</style>