Shades of Razzmatazz #DF0667
Tints of Razzmatazz #DF0667
RGB
CMYK
RGB Variations
Color information
#DF0667 (or 0xDF0667) is known color: Razzmatazz. HEX triplet: DF, 06 and 67. RGB value is (223,6,103). Sum of RGB (Red+Green+Blue) = 223+6+103=332 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.17% from 332); Green value is 6 (2.73% from 255 or 1.81% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0667 is #20F998. Grayscale: #515151. Windows color (decimal): -2161049 or 6751967. OLE color: 6751967.
HSL color Cylindrical-coordinate representation of color #DF0667: hue angle of 333.18º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF0667 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 103 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.13 |
| HSL | 333.18º | 0.95% | 0.45% | - |
| HSV(B) | 333.18º | 0.97% | 0.87% | - |
| XYZ | 32.94 | 16.8 | 14.34 | - |
| YUV | 81.94 | 139.89 | 228.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 103 | 0 | 0.97 | 0.54 | 0.13 | 333.18 | 0.95 | 0.45 |
| Hex | DF | 6 | 67 | 0 | 61 | 36 | D | 14D | 5F | 2D |
| Octal | 337 | 6 | 147 | 0 | 141 | 66 | 15 | 515 | 137 | 55 |
| Binary | 11011111 | 110 | 1100111 | 0 | 1100001 | 110110 | 1101 | 101001101 | 1011111 | 101101 |
Color Harmonies of #DF0667
Complementary color
Monochromatic Colors of #DF0667
Black with #DF0667
Text Example
Text Example
White with #DF0667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0667; }
p { color: rgb(223,6,103); }
H1.HeaderClassName
{
color: #DF0667;
}
.AnyTagClassName
{
color: #DF0667;
}
</style>
background-color css
<style>
a { background-color: #DF0667; }
a { background-color: rgb(223,6,103); }
div.DivClassName
{
background-color: #DF0667;
}
.BgClassName
{
background-color: #DF0667;
}
</style>
border-color css
<style>
span { border-color: #DF0667; }
span { border-color: rgb(223,6,103); }
td.TdClassName
{
border-color: #DF0667;
}
.TagClassName
{
border-color: #DF0667;
}
</style>