Shades of Razzmatazz #DF0357
Tints of Razzmatazz #DF0357
RGB
CMYK
RGB Variations
Color information
#DF0357 (or 0xDF0357) is known color: Razzmatazz. HEX triplet: DF, 03 and 57. RGB value is (223,3,87). Sum of RGB (Red+Green+Blue) = 223+3+87=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0357 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0357 is #20FCA8. Grayscale: #4E4E4E. Windows color (decimal): -2161833 or 5702623. OLE color: 5702623.
HSL color Cylindrical-coordinate representation of color #DF0357: hue angle of 337.09º degrees, saturation: 0.97, 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 #DF0357 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 87 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.13 |
| HSL | 337.09º | 0.97% | 0.44% | - |
| HSV(B) | 337.09º | 0.99% | 0.87% | - |
| XYZ | 32.18 | 16.44 | 10.49 | - |
| YUV | 78.36 | 132.89 | 231.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 87 | 0 | 0.99 | 0.61 | 0.13 | 337.09 | 0.97 | 0.44 |
| Hex | DF | 3 | 57 | 0 | 63 | 3D | D | 151 | 61 | 2C |
| Octal | 337 | 3 | 127 | 0 | 143 | 75 | 15 | 521 | 141 | 54 |
| Binary | 11011111 | 11 | 1010111 | 0 | 1100011 | 111101 | 1101 | 101010001 | 1100001 | 101100 |
Color Harmonies of #DF0357
Complementary color
Monochromatic Colors of #DF0357
Black with #DF0357
Text Example
Text Example
White with #DF0357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0357; }
p { color: rgb(223,3,87); }
H1.HeaderClassName
{
color: #DF0357;
}
.AnyTagClassName
{
color: #DF0357;
}
</style>
background-color css
<style>
a { background-color: #DF0357; }
a { background-color: rgb(223,3,87); }
div.DivClassName
{
background-color: #DF0357;
}
.BgClassName
{
background-color: #DF0357;
}
</style>
border-color css
<style>
span { border-color: #DF0357; }
span { border-color: rgb(223,3,87); }
td.TdClassName
{
border-color: #DF0357;
}
.TagClassName
{
border-color: #DF0357;
}
</style>