Shades of Razzmatazz #DF1253
Tints of Razzmatazz #DF1253
RGB
CMYK
RGB Variations
Color information
#DF1253 (or 0xDF1253) is known color: Razzmatazz. HEX triplet: DF, 12 and 53. RGB value is (223,18,83). Sum of RGB (Red+Green+Blue) = 223+18+83=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 83 (32.81% from 255 or 25.62% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1253 is #20EDAC. Grayscale: #565656. Windows color (decimal): -2157997 or 5444319. OLE color: 5444319.
HSL color Cylindrical-coordinate representation of color #DF1253: hue angle of 340.98º degrees, saturation: 0.85, 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 #DF1253 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 83 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.13 |
| HSL | 340.98º | 0.85% | 0.47% | - |
| HSV(B) | 340.98º | 0.92% | 0.87% | - |
| XYZ | 32.21 | 16.75 | 9.72 | - |
| YUV | 86.71 | 125.92 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 83 | 0 | 0.92 | 0.63 | 0.13 | 340.98 | 0.85 | 0.47 |
| Hex | DF | 12 | 53 | 0 | 5C | 3F | D | 155 | 55 | 2F |
| Octal | 337 | 22 | 123 | 0 | 134 | 77 | 15 | 525 | 125 | 57 |
| Binary | 11011111 | 10010 | 1010011 | 0 | 1011100 | 111111 | 1101 | 101010101 | 1010101 | 101111 |
Color Harmonies of #DF1253
Complementary color
Monochromatic Colors of #DF1253
Black with #DF1253
Text Example
Text Example
White with #DF1253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1253; }
p { color: rgb(223,18,83); }
H1.HeaderClassName
{
color: #DF1253;
}
.AnyTagClassName
{
color: #DF1253;
}
</style>
background-color css
<style>
a { background-color: #DF1253; }
a { background-color: rgb(223,18,83); }
div.DivClassName
{
background-color: #DF1253;
}
.BgClassName
{
background-color: #DF1253;
}
</style>
border-color css
<style>
span { border-color: #DF1253; }
span { border-color: rgb(223,18,83); }
td.TdClassName
{
border-color: #DF1253;
}
.TagClassName
{
border-color: #DF1253;
}
</style>