Shades of Razzmatazz #DF0358
Tints of Razzmatazz #DF0358
RGB
CMYK
RGB Variations
Color information
#DF0358 (or 0xDF0358) is known color: Razzmatazz. HEX triplet: DF, 03 and 58. RGB value is (223,3,88). Sum of RGB (Red+Green+Blue) = 223+3+88=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0358 is #20FCA7. Grayscale: #4E4E4E. Windows color (decimal): -2161832 or 5768159. OLE color: 5768159.
HSL color Cylindrical-coordinate representation of color #DF0358: hue angle of 336.82º 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 #DF0358 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 88 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.13 |
| HSL | 336.82º | 0.97% | 0.44% | - |
| HSV(B) | 336.82º | 0.99% | 0.87% | - |
| XYZ | 32.23 | 16.46 | 10.71 | - |
| YUV | 78.47 | 133.39 | 231.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 88 | 0 | 0.99 | 0.61 | 0.13 | 336.82 | 0.97 | 0.44 |
| Hex | DF | 3 | 58 | 0 | 63 | 3D | D | 151 | 61 | 2C |
| Octal | 337 | 3 | 130 | 0 | 143 | 75 | 15 | 521 | 141 | 54 |
| Binary | 11011111 | 11 | 1011000 | 0 | 1100011 | 111101 | 1101 | 101010001 | 1100001 | 101100 |
Color Harmonies of #DF0358
Complementary color
Monochromatic Colors of #DF0358
Black with #DF0358
Text Example
Text Example
White with #DF0358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0358; }
p { color: rgb(223,3,88); }
H1.HeaderClassName
{
color: #DF0358;
}
.AnyTagClassName
{
color: #DF0358;
}
</style>
background-color css
<style>
a { background-color: #DF0358; }
a { background-color: rgb(223,3,88); }
div.DivClassName
{
background-color: #DF0358;
}
.BgClassName
{
background-color: #DF0358;
}
</style>
border-color css
<style>
span { border-color: #DF0358; }
span { border-color: rgb(223,3,88); }
td.TdClassName
{
border-color: #DF0358;
}
.TagClassName
{
border-color: #DF0358;
}
</style>