Shades of Razzmatazz #DF0250
Tints of Razzmatazz #DF0250
RGB
CMYK
RGB Variations
Color information
#DF0250 (or 0xDF0250) is known color: Razzmatazz. HEX triplet: DF, 02 and 50. RGB value is (223,2,80). Sum of RGB (Red+Green+Blue) = 223+2+80=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0250 is #20FDAF. Grayscale: #4C4C4C. Windows color (decimal): -2162096 or 5243615. OLE color: 5243615.
HSL color Cylindrical-coordinate representation of color #DF0250: hue angle of 338.82º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0250 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 80 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.13 |
| HSL | 338.82º | 0.98% | 0.44% | - |
| HSV(B) | 338.82º | 0.99% | 0.87% | - |
| XYZ | 31.9 | 16.31 | 9.06 | - |
| YUV | 76.97 | 129.72 | 232.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 80 | 0 | 0.99 | 0.64 | 0.13 | 338.82 | 0.98 | 0.44 |
| Hex | DF | 2 | 50 | 0 | 63 | 40 | D | 153 | 62 | 2C |
| Octal | 337 | 2 | 120 | 0 | 143 | 100 | 15 | 523 | 142 | 54 |
| Binary | 11011111 | 10 | 1010000 | 0 | 1100011 | 1000000 | 1101 | 101010011 | 1100010 | 101100 |
Color Harmonies of #DF0250
Complementary color
Monochromatic Colors of #DF0250
Black with #DF0250
Text Example
Text Example
White with #DF0250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0250; }
p { color: rgb(223,2,80); }
H1.HeaderClassName
{
color: #DF0250;
}
.AnyTagClassName
{
color: #DF0250;
}
</style>
background-color css
<style>
a { background-color: #DF0250; }
a { background-color: rgb(223,2,80); }
div.DivClassName
{
background-color: #DF0250;
}
.BgClassName
{
background-color: #DF0250;
}
</style>
border-color css
<style>
span { border-color: #DF0250; }
span { border-color: rgb(223,2,80); }
td.TdClassName
{
border-color: #DF0250;
}
.TagClassName
{
border-color: #DF0250;
}
</style>