Shades of Razzmatazz #DF0A5D
Tints of Razzmatazz #DF0A5D
RGB
CMYK
RGB Variations
Color information
#DF0A5D (or 0xDF0A5D) is known color: Razzmatazz. HEX triplet: DF, 0A and 5D. RGB value is (223,10,93). Sum of RGB (Red+Green+Blue) = 223+10+93=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 10 (4.30% from 255 or 3.07% from 326); Blue value is 93 (36.72% from 255 or 28.53% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0A5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0A5D is #20F5A2. Grayscale: #535353. Windows color (decimal): -2160035 or 6097631. OLE color: 6097631.
HSL color Cylindrical-coordinate representation of color #DF0A5D: hue angle of 336.62º 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 #DF0A5D is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 10 | 93 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.13 |
| HSL | 336.62º | 0.91% | 0.46% | - |
| HSV(B) | 336.62º | 0.96% | 0.87% | - |
| XYZ | 32.52 | 16.7 | 11.86 | - |
| YUV | 83.15 | 133.57 | 227.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 93 | 0 | 0.96 | 0.58 | 0.13 | 336.62 | 0.91 | 0.46 |
| Hex | DF | A | 5D | 0 | 60 | 3A | D | 151 | 5B | 2E |
| Octal | 337 | 12 | 135 | 0 | 140 | 72 | 15 | 521 | 133 | 56 |
| Binary | 11011111 | 1010 | 1011101 | 0 | 1100000 | 111010 | 1101 | 101010001 | 1011011 | 101110 |
Color Harmonies of #DF0A5D
Complementary color
Monochromatic Colors of #DF0A5D
Black with #DF0A5D
Text Example
Text Example
White with #DF0A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0A5D; }
p { color: rgb(223,10,93); }
H1.HeaderClassName
{
color: #DF0A5D;
}
.AnyTagClassName
{
color: #DF0A5D;
}
</style>
background-color css
<style>
a { background-color: #DF0A5D; }
a { background-color: rgb(223,10,93); }
div.DivClassName
{
background-color: #DF0A5D;
}
.BgClassName
{
background-color: #DF0A5D;
}
</style>
border-color css
<style>
span { border-color: #DF0A5D; }
span { border-color: rgb(223,10,93); }
td.TdClassName
{
border-color: #DF0A5D;
}
.TagClassName
{
border-color: #DF0A5D;
}
</style>