Shades of Razzmatazz #DF0A50
Tints of Razzmatazz #DF0A50
RGB
CMYK
RGB Variations
Color information
#DF0A50 (or 0xDF0A50) is known color: Razzmatazz. HEX triplet: DF, 0A and 50. RGB value is (223,10,80). Sum of RGB (Red+Green+Blue) = 223+10+80=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0A50 is #20F5AF. Grayscale: #515151. Windows color (decimal): -2160048 or 5245663. OLE color: 5245663.
HSL color Cylindrical-coordinate representation of color #DF0A50: hue angle of 340.28º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0A50 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 10 | 80 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.13 |
| HSL | 340.28º | 0.91% | 0.46% | - |
| HSV(B) | 340.28º | 0.96% | 0.87% | - |
| XYZ | 31.99 | 16.48 | 9.09 | - |
| YUV | 81.67 | 127.07 | 228.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 80 | 0 | 0.96 | 0.64 | 0.13 | 340.28 | 0.91 | 0.46 |
| Hex | DF | A | 50 | 0 | 60 | 40 | D | 154 | 5B | 2E |
| Octal | 337 | 12 | 120 | 0 | 140 | 100 | 15 | 524 | 133 | 56 |
| Binary | 11011111 | 1010 | 1010000 | 0 | 1100000 | 1000000 | 1101 | 101010100 | 1011011 | 101110 |
Color Harmonies of #DF0A50
Complementary color
Monochromatic Colors of #DF0A50
Black with #DF0A50
Text Example
Text Example
White with #DF0A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0A50; }
p { color: rgb(223,10,80); }
H1.HeaderClassName
{
color: #DF0A50;
}
.AnyTagClassName
{
color: #DF0A50;
}
</style>
background-color css
<style>
a { background-color: #DF0A50; }
a { background-color: rgb(223,10,80); }
div.DivClassName
{
background-color: #DF0A50;
}
.BgClassName
{
background-color: #DF0A50;
}
</style>
border-color css
<style>
span { border-color: #DF0A50; }
span { border-color: rgb(223,10,80); }
td.TdClassName
{
border-color: #DF0A50;
}
.TagClassName
{
border-color: #DF0A50;
}
</style>