Shades of Razzmatazz #DF0C57
Tints of Razzmatazz #DF0C57
RGB
CMYK
RGB Variations
Color information
#DF0C57 (or 0xDF0C57) is known color: Razzmatazz. HEX triplet: DF, 0C and 57. RGB value is (223,12,87). Sum of RGB (Red+Green+Blue) = 223+12+87=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 12 (5.08% from 255 or 3.73% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0C57 is #20F3A8. Grayscale: #535353. Windows color (decimal): -2159529 or 5704927. OLE color: 5704927.
HSL color Cylindrical-coordinate representation of color #DF0C57: hue angle of 338.67º 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 #DF0C57 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 12 | 87 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.13 |
| HSL | 338.67º | 0.9% | 0.46% | - |
| HSV(B) | 338.67º | 0.95% | 0.87% | - |
| XYZ | 32.28 | 16.64 | 10.53 | - |
| YUV | 83.64 | 129.9 | 227.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 12 | 87 | 0 | 0.95 | 0.61 | 0.13 | 338.67 | 0.9 | 0.46 |
| Hex | DF | C | 57 | 0 | 5F | 3D | D | 153 | 5A | 2E |
| Octal | 337 | 14 | 127 | 0 | 137 | 75 | 15 | 523 | 132 | 56 |
| Binary | 11011111 | 1100 | 1010111 | 0 | 1011111 | 111101 | 1101 | 101010011 | 1011010 | 101110 |
Color Harmonies of #DF0C57
Complementary color
Monochromatic Colors of #DF0C57
Black with #DF0C57
Text Example
Text Example
White with #DF0C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0C57; }
p { color: rgb(223,12,87); }
H1.HeaderClassName
{
color: #DF0C57;
}
.AnyTagClassName
{
color: #DF0C57;
}
</style>
background-color css
<style>
a { background-color: #DF0C57; }
a { background-color: rgb(223,12,87); }
div.DivClassName
{
background-color: #DF0C57;
}
.BgClassName
{
background-color: #DF0C57;
}
</style>
border-color css
<style>
span { border-color: #DF0C57; }
span { border-color: rgb(223,12,87); }
td.TdClassName
{
border-color: #DF0C57;
}
.TagClassName
{
border-color: #DF0C57;
}
</style>