Shades of Razzmatazz #DF0067
Tints of Razzmatazz #DF0067
RGB
CMYK
RGB Variations
Color information
#DF0067 (or 0xDF0067) is known color: Razzmatazz. HEX triplet: DF, 00 and 67. RGB value is (223,0,103). Sum of RGB (Red+Green+Blue) = 223+0+103=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0067 is #20FF98. Grayscale: #4E4E4E. Windows color (decimal): -2162585 or 6750431. OLE color: 6750431.
HSL color Cylindrical-coordinate representation of color #DF0067: hue angle of 332.29º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0067 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 103 | - |
| CMYK | 0 | 1 | 0.54 | 0.13 |
| HSL | 332.29º | 1% | 0.44% | - |
| HSV(B) | 332.29º | 1% | 0.87% | - |
| XYZ | 32.88 | 16.67 | 14.32 | - |
| YUV | 78.42 | 141.88 | 231.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 103 | 0 | 1 | 0.54 | 0.13 | 332.29 | 1 | 0.44 |
| Hex | DF | 0 | 67 | 0 | 64 | 36 | D | 14C | 64 | 2C |
| Octal | 337 | 0 | 147 | 0 | 144 | 66 | 15 | 514 | 144 | 54 |
| Binary | 11011111 | 0 | 1100111 | 0 | 1100100 | 110110 | 1101 | 101001100 | 1100100 | 101100 |
Color Harmonies of #DF0067
Complementary color
Monochromatic Colors of #DF0067
Black with #DF0067
Text Example
Text Example
White with #DF0067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0067; }
p { color: rgb(223,0,103); }
H1.HeaderClassName
{
color: #DF0067;
}
.AnyTagClassName
{
color: #DF0067;
}
</style>
background-color css
<style>
a { background-color: #DF0067; }
a { background-color: rgb(223,0,103); }
div.DivClassName
{
background-color: #DF0067;
}
.BgClassName
{
background-color: #DF0067;
}
</style>
border-color css
<style>
span { border-color: #DF0067; }
span { border-color: rgb(223,0,103); }
td.TdClassName
{
border-color: #DF0067;
}
.TagClassName
{
border-color: #DF0067;
}
</style>