Shades of Razzmatazz #DF0466
Tints of Razzmatazz #DF0466
RGB
CMYK
RGB Variations
Color information
#DF0466 (or 0xDF0466) is known color: Razzmatazz. HEX triplet: DF, 04 and 66. RGB value is (223,4,102). Sum of RGB (Red+Green+Blue) = 223+4+102=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 4 (1.95% from 255 or 1.22% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0466 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0466 is #20FB99. Grayscale: #505050. Windows color (decimal): -2161562 or 6685919. OLE color: 6685919.
HSL color Cylindrical-coordinate representation of color #DF0466: hue angle of 333.15º 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 #DF0466 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 4 | 102 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.13 |
| HSL | 333.15º | 0.96% | 0.45% | - |
| HSV(B) | 333.15º | 0.98% | 0.87% | - |
| XYZ | 32.87 | 16.73 | 14.07 | - |
| YUV | 80.65 | 140.05 | 229.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 4 | 102 | 0 | 0.98 | 0.54 | 0.13 | 333.15 | 0.96 | 0.45 |
| Hex | DF | 4 | 66 | 0 | 62 | 36 | D | 14D | 60 | 2D |
| Octal | 337 | 4 | 146 | 0 | 142 | 66 | 15 | 515 | 140 | 55 |
| Binary | 11011111 | 100 | 1100110 | 0 | 1100010 | 110110 | 1101 | 101001101 | 1100000 | 101101 |
Color Harmonies of #DF0466
Complementary color
Monochromatic Colors of #DF0466
Black with #DF0466
Text Example
Text Example
White with #DF0466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0466; }
p { color: rgb(223,4,102); }
H1.HeaderClassName
{
color: #DF0466;
}
.AnyTagClassName
{
color: #DF0466;
}
</style>
background-color css
<style>
a { background-color: #DF0466; }
a { background-color: rgb(223,4,102); }
div.DivClassName
{
background-color: #DF0466;
}
.BgClassName
{
background-color: #DF0466;
}
</style>
border-color css
<style>
span { border-color: #DF0466; }
span { border-color: rgb(223,4,102); }
td.TdClassName
{
border-color: #DF0466;
}
.TagClassName
{
border-color: #DF0466;
}
</style>