Shades of Razzmatazz #DF0353
Tints of Razzmatazz #DF0353
RGB
CMYK
RGB Variations
Color information
#DF0353 (or 0xDF0353) is known color: Razzmatazz. HEX triplet: DF, 03 and 53. RGB value is (223,3,83). Sum of RGB (Red+Green+Blue) = 223+3+83=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0353 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0353 is #20FCAC. Grayscale: #4D4D4D. Windows color (decimal): -2161837 or 5440479. OLE color: 5440479.
HSL color Cylindrical-coordinate representation of color #DF0353: hue angle of 338.18º 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 #DF0353 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 83 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.13 |
| HSL | 338.18º | 0.97% | 0.44% | - |
| HSV(B) | 338.18º | 0.99% | 0.87% | - |
| XYZ | 32.03 | 16.38 | 9.66 | - |
| YUV | 77.9 | 130.89 | 231.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 83 | 0 | 0.99 | 0.63 | 0.13 | 338.18 | 0.97 | 0.44 |
| Hex | DF | 3 | 53 | 0 | 63 | 3F | D | 152 | 61 | 2C |
| Octal | 337 | 3 | 123 | 0 | 143 | 77 | 15 | 522 | 141 | 54 |
| Binary | 11011111 | 11 | 1010011 | 0 | 1100011 | 111111 | 1101 | 101010010 | 1100001 | 101100 |
Color Harmonies of #DF0353
Complementary color
Monochromatic Colors of #DF0353
Black with #DF0353
Text Example
Text Example
White with #DF0353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0353; }
p { color: rgb(223,3,83); }
H1.HeaderClassName
{
color: #DF0353;
}
.AnyTagClassName
{
color: #DF0353;
}
</style>
background-color css
<style>
a { background-color: #DF0353; }
a { background-color: rgb(223,3,83); }
div.DivClassName
{
background-color: #DF0353;
}
.BgClassName
{
background-color: #DF0353;
}
</style>
border-color css
<style>
span { border-color: #DF0353; }
span { border-color: rgb(223,3,83); }
td.TdClassName
{
border-color: #DF0353;
}
.TagClassName
{
border-color: #DF0353;
}
</style>