Shades of Razzmatazz #DF1250
Tints of Razzmatazz #DF1250
RGB
CMYK
RGB Variations
Color information
#DF1250 (or 0xDF1250) is known color: Razzmatazz. HEX triplet: DF, 12 and 50. RGB value is (223,18,80). Sum of RGB (Red+Green+Blue) = 223+18+80=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF1250 is #20EDAF. Grayscale: #565656. Windows color (decimal): -2158000 or 5247711. OLE color: 5247711.
HSL color Cylindrical-coordinate representation of color #DF1250: hue angle of 341.85º 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 #DF1250 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 80 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.13 |
| HSL | 341.85º | 0.85% | 0.47% | - |
| HSV(B) | 341.85º | 0.92% | 0.87% | - |
| XYZ | 32.1 | 16.7 | 9.12 | - |
| YUV | 86.36 | 124.42 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 80 | 0 | 0.92 | 0.64 | 0.13 | 341.85 | 0.85 | 0.47 |
| Hex | DF | 12 | 50 | 0 | 5C | 40 | D | 156 | 55 | 2F |
| Octal | 337 | 22 | 120 | 0 | 134 | 100 | 15 | 526 | 125 | 57 |
| Binary | 11011111 | 10010 | 1010000 | 0 | 1011100 | 1000000 | 1101 | 101010110 | 1010101 | 101111 |
Color Harmonies of #DF1250
Complementary color
Monochromatic Colors of #DF1250
Black with #DF1250
Text Example
Text Example
White with #DF1250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF1250; }
p { color: rgb(223,18,80); }
H1.HeaderClassName
{
color: #DF1250;
}
.AnyTagClassName
{
color: #DF1250;
}
</style>
background-color css
<style>
a { background-color: #DF1250; }
a { background-color: rgb(223,18,80); }
div.DivClassName
{
background-color: #DF1250;
}
.BgClassName
{
background-color: #DF1250;
}
</style>
border-color css
<style>
span { border-color: #DF1250; }
span { border-color: rgb(223,18,80); }
td.TdClassName
{
border-color: #DF1250;
}
.TagClassName
{
border-color: #DF1250;
}
</style>