Shades of Razzmatazz #DF036E
Tints of Razzmatazz #DF036E
RGB
CMYK
RGB Variations
Color information
#DF036E (or 0xDF036E) is known color: Razzmatazz. HEX triplet: DF, 03 and 6E. RGB value is (223,3,110). Sum of RGB (Red+Green+Blue) = 223+3+110=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 110 (43.36% from 255 or 32.74% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF036E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF036E is #20FC91. Grayscale: #505050. Windows color (decimal): -2161810 or 7209951. OLE color: 7209951.
HSL color Cylindrical-coordinate representation of color #DF036E: hue angle of 330.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 #DF036E is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 110 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.13 |
| HSL | 330.82º | 0.97% | 0.44% | - |
| HSV(B) | 330.82º | 0.99% | 0.87% | - |
| XYZ | 33.28 | 16.88 | 16.26 | - |
| YUV | 80.98 | 144.39 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 110 | 0 | 0.99 | 0.51 | 0.13 | 330.82 | 0.97 | 0.44 |
| Hex | DF | 3 | 6E | 0 | 63 | 33 | D | 14B | 61 | 2C |
| Octal | 337 | 3 | 156 | 0 | 143 | 63 | 15 | 513 | 141 | 54 |
| Binary | 11011111 | 11 | 1101110 | 0 | 1100011 | 110011 | 1101 | 101001011 | 1100001 | 101100 |
Color Harmonies of #DF036E
Complementary color
Monochromatic Colors of #DF036E
Black with #DF036E
Text Example
Text Example
White with #DF036E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF036E; }
p { color: rgb(223,3,110); }
H1.HeaderClassName
{
color: #DF036E;
}
.AnyTagClassName
{
color: #DF036E;
}
</style>
background-color css
<style>
a { background-color: #DF036E; }
a { background-color: rgb(223,3,110); }
div.DivClassName
{
background-color: #DF036E;
}
.BgClassName
{
background-color: #DF036E;
}
</style>
border-color css
<style>
span { border-color: #DF036E; }
span { border-color: rgb(223,3,110); }
td.TdClassName
{
border-color: #DF036E;
}
.TagClassName
{
border-color: #DF036E;
}
</style>