Shades of Razzmatazz #DF036D
Tints of Razzmatazz #DF036D
RGB
CMYK
RGB Variations
Color information
#DF036D (or 0xDF036D) is known color: Razzmatazz. HEX triplet: DF, 03 and 6D. RGB value is (223,3,109). Sum of RGB (Red+Green+Blue) = 223+3+109=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF036D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF036D is #20FC92. Grayscale: #505050. Windows color (decimal): -2161811 or 7144415. OLE color: 7144415.
HSL color Cylindrical-coordinate representation of color #DF036D: hue angle of 331.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 #DF036D is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 109 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.13 |
| HSL | 331.09º | 0.97% | 0.44% | - |
| HSV(B) | 331.09º | 0.99% | 0.87% | - |
| XYZ | 33.22 | 16.86 | 15.97 | - |
| YUV | 80.86 | 143.89 | 229.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 109 | 0 | 0.99 | 0.51 | 0.13 | 331.09 | 0.97 | 0.44 |
| Hex | DF | 3 | 6D | 0 | 63 | 33 | D | 14B | 61 | 2C |
| Octal | 337 | 3 | 155 | 0 | 143 | 63 | 15 | 513 | 141 | 54 |
| Binary | 11011111 | 11 | 1101101 | 0 | 1100011 | 110011 | 1101 | 101001011 | 1100001 | 101100 |
Color Harmonies of #DF036D
Complementary color
Monochromatic Colors of #DF036D
Black with #DF036D
Text Example
Text Example
White with #DF036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF036D; }
p { color: rgb(223,3,109); }
H1.HeaderClassName
{
color: #DF036D;
}
.AnyTagClassName
{
color: #DF036D;
}
</style>
background-color css
<style>
a { background-color: #DF036D; }
a { background-color: rgb(223,3,109); }
div.DivClassName
{
background-color: #DF036D;
}
.BgClassName
{
background-color: #DF036D;
}
</style>
border-color css
<style>
span { border-color: #DF036D; }
span { border-color: rgb(223,3,109); }
td.TdClassName
{
border-color: #DF036D;
}
.TagClassName
{
border-color: #DF036D;
}
</style>