Shades of Razzmatazz #DF0C5D
Tints of Razzmatazz #DF0C5D
RGB
CMYK
RGB Variations
Color information
#DF0C5D (or 0xDF0C5D) is known color: Razzmatazz. HEX triplet: DF, 0C and 5D. RGB value is (223,12,93). Sum of RGB (Red+Green+Blue) = 223+12+93=328 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.99% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C5D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0C5D is #20F3A2. Grayscale: #545454. Windows color (decimal): -2159523 or 6098143. OLE color: 6098143.
HSL color Cylindrical-coordinate representation of color #DF0C5D: hue angle of 336.97º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF0C5D is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 93 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.13 |
| HSL | 336.97º | 0.9% | 0.46% | - |
| HSV(B) | 336.97º | 0.95% | 0.87% | - |
| XYZ | 32.54 | 16.74 | 11.87 | - |
| YUV | 84.32 | 132.9 | 226.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 93 | 0 | 0.95 | 0.58 | 0.13 | 336.97 | 0.9 | 0.46 |
| Hex | DF | C | 5D | 0 | 5F | 3A | D | 151 | 5A | 2E |
| Octal | 337 | 14 | 135 | 0 | 137 | 72 | 15 | 521 | 132 | 56 |
| Binary | 11011111 | 1100 | 1011101 | 0 | 1011111 | 111010 | 1101 | 101010001 | 1011010 | 101110 |
Color Harmonies of #DF0C5D
Complementary color
Monochromatic Colors of #DF0C5D
Black with #DF0C5D
Text Example
Text Example
White with #DF0C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0C5D; }
p { color: rgb(223,12,93); }
H1.HeaderClassName
{
color: #DF0C5D;
}
.AnyTagClassName
{
color: #DF0C5D;
}
</style>
background-color css
<style>
a { background-color: #DF0C5D; }
a { background-color: rgb(223,12,93); }
div.DivClassName
{
background-color: #DF0C5D;
}
.BgClassName
{
background-color: #DF0C5D;
}
</style>
border-color css
<style>
span { border-color: #DF0C5D; }
span { border-color: rgb(223,12,93); }
td.TdClassName
{
border-color: #DF0C5D;
}
.TagClassName
{
border-color: #DF0C5D;
}
</style>