Shades of Razzmatazz #DF0467
Tints of Razzmatazz #DF0467
RGB
CMYK
RGB Variations
Color information
#DF0467 (or 0xDF0467) is known color: Razzmatazz. HEX triplet: DF, 04 and 67. RGB value is (223,4,103). Sum of RGB (Red+Green+Blue) = 223+4+103=330 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.58% from 330); Green value is 4 (1.95% from 255 or 1.21% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0467 is #20FB98. Grayscale: #505050. Windows color (decimal): -2161561 or 6751455. OLE color: 6751455.
HSL color Cylindrical-coordinate representation of color #DF0467: hue angle of 332.88º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF0467 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 103 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.13 |
| HSL | 332.88º | 0.96% | 0.45% | - |
| HSV(B) | 332.88º | 0.98% | 0.87% | - |
| XYZ | 32.92 | 16.75 | 14.33 | - |
| YUV | 80.77 | 140.55 | 229.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 103 | 0 | 0.98 | 0.54 | 0.13 | 332.88 | 0.96 | 0.45 |
| Hex | DF | 4 | 67 | 0 | 62 | 36 | D | 14D | 60 | 2D |
| Octal | 337 | 4 | 147 | 0 | 142 | 66 | 15 | 515 | 140 | 55 |
| Binary | 11011111 | 100 | 1100111 | 0 | 1100010 | 110110 | 1101 | 101001101 | 1100000 | 101101 |
Color Harmonies of #DF0467
Complementary color
Monochromatic Colors of #DF0467
Black with #DF0467
Text Example
Text Example
White with #DF0467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0467; }
p { color: rgb(223,4,103); }
H1.HeaderClassName
{
color: #DF0467;
}
.AnyTagClassName
{
color: #DF0467;
}
</style>
background-color css
<style>
a { background-color: #DF0467; }
a { background-color: rgb(223,4,103); }
div.DivClassName
{
background-color: #DF0467;
}
.BgClassName
{
background-color: #DF0467;
}
</style>
border-color css
<style>
span { border-color: #DF0467; }
span { border-color: rgb(223,4,103); }
td.TdClassName
{
border-color: #DF0467;
}
.TagClassName
{
border-color: #DF0467;
}
</style>