Shades of Razzmatazz #DF0669
Tints of Razzmatazz #DF0669
RGB
CMYK
RGB Variations
Color information
#DF0669 (or 0xDF0669) is known color: Razzmatazz. HEX triplet: DF, 06 and 69. RGB value is (223,6,105). Sum of RGB (Red+Green+Blue) = 223+6+105=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 6 (2.73% from 255 or 1.80% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0669 is #20F996. Grayscale: #515151. Windows color (decimal): -2161047 or 6883039. OLE color: 6883039.
HSL color Cylindrical-coordinate representation of color #DF0669: hue angle of 332.63º 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 #DF0669 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 105 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.13 |
| HSL | 332.63º | 0.95% | 0.45% | - |
| HSV(B) | 332.63º | 0.97% | 0.87% | - |
| XYZ | 33.05 | 16.84 | 14.87 | - |
| YUV | 82.17 | 140.89 | 228.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 105 | 0 | 0.97 | 0.53 | 0.13 | 332.63 | 0.95 | 0.45 |
| Hex | DF | 6 | 69 | 0 | 61 | 35 | D | 14D | 5F | 2D |
| Octal | 337 | 6 | 151 | 0 | 141 | 65 | 15 | 515 | 137 | 55 |
| Binary | 11011111 | 110 | 1101001 | 0 | 1100001 | 110101 | 1101 | 101001101 | 1011111 | 101101 |
Color Harmonies of #DF0669
Complementary color
Monochromatic Colors of #DF0669
Black with #DF0669
Text Example
Text Example
White with #DF0669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0669; }
p { color: rgb(223,6,105); }
H1.HeaderClassName
{
color: #DF0669;
}
.AnyTagClassName
{
color: #DF0669;
}
</style>
background-color css
<style>
a { background-color: #DF0669; }
a { background-color: rgb(223,6,105); }
div.DivClassName
{
background-color: #DF0669;
}
.BgClassName
{
background-color: #DF0669;
}
</style>
border-color css
<style>
span { border-color: #DF0669; }
span { border-color: rgb(223,6,105); }
td.TdClassName
{
border-color: #DF0669;
}
.TagClassName
{
border-color: #DF0669;
}
</style>