Shades of Razzmatazz #DF0367
Tints of Razzmatazz #DF0367
RGB
CMYK
RGB Variations
Color information
#DF0367 (or 0xDF0367) is known color: Razzmatazz. HEX triplet: DF, 03 and 67. RGB value is (223,3,103). Sum of RGB (Red+Green+Blue) = 223+3+103=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0367 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0367 is #20FC98. Grayscale: #4F4F4F. Windows color (decimal): -2161817 or 6751199. OLE color: 6751199.
HSL color Cylindrical-coordinate representation of color #DF0367: hue angle of 332.73º 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 #DF0367 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 103 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.13 |
| HSL | 332.73º | 0.97% | 0.44% | - |
| HSV(B) | 332.73º | 0.99% | 0.87% | - |
| XYZ | 32.91 | 16.73 | 14.33 | - |
| YUV | 80.18 | 140.89 | 229.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 103 | 0 | 0.99 | 0.54 | 0.13 | 332.73 | 0.97 | 0.44 |
| Hex | DF | 3 | 67 | 0 | 63 | 36 | D | 14D | 61 | 2C |
| Octal | 337 | 3 | 147 | 0 | 143 | 66 | 15 | 515 | 141 | 54 |
| Binary | 11011111 | 11 | 1100111 | 0 | 1100011 | 110110 | 1101 | 101001101 | 1100001 | 101100 |
Color Harmonies of #DF0367
Complementary color
Monochromatic Colors of #DF0367
Black with #DF0367
Text Example
Text Example
White with #DF0367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0367; }
p { color: rgb(223,3,103); }
H1.HeaderClassName
{
color: #DF0367;
}
.AnyTagClassName
{
color: #DF0367;
}
</style>
background-color css
<style>
a { background-color: #DF0367; }
a { background-color: rgb(223,3,103); }
div.DivClassName
{
background-color: #DF0367;
}
.BgClassName
{
background-color: #DF0367;
}
</style>
border-color css
<style>
span { border-color: #DF0367; }
span { border-color: rgb(223,3,103); }
td.TdClassName
{
border-color: #DF0367;
}
.TagClassName
{
border-color: #DF0367;
}
</style>