Shades of Razzmatazz #DA0164
Tints of Razzmatazz #DA0164
RGB
CMYK
RGB Variations
Color information
#DA0164 (or 0xDA0164) is known color: Razzmatazz. HEX triplet: DA, 01 and 64. RGB value is (218,1,100). Sum of RGB (Red+Green+Blue) = 218+1+100=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 100 (39.45% from 255 or 31.35% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0164 is #25FE9B. Grayscale: #4C4C4C. Windows color (decimal): -2490012 or 6554074. OLE color: 6554074.
HSL color Cylindrical-coordinate representation of color #DA0164: hue angle of 332.63º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0164 is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 100 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.15 |
| HSL | 332.63º | 0.99% | 0.43% | - |
| HSV(B) | 332.63º | 1% | 0.85% | - |
| XYZ | 31.22 | 15.85 | 13.47 | - |
| YUV | 77.17 | 140.89 | 228.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 100 | 0 | 1.00 | 0.54 | 0.15 | 332.63 | 0.99 | 0.43 |
| Hex | DA | 1 | 64 | 0 | 64 | 36 | F | 14D | 63 | 2B |
| Octal | 332 | 1 | 144 | 0 | 144 | 66 | 17 | 515 | 143 | 53 |
| Binary | 11011010 | 1 | 1100100 | 0 | 1100100 | 110110 | 1111 | 101001101 | 1100011 | 101011 |
Color Harmonies of #DA0164
Complementary color
Monochromatic Colors of #DA0164
Black with #DA0164
Text Example
Text Example
White with #DA0164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0164; }
p { color: rgb(218,1,100); }
H1.HeaderClassName
{
color: #DA0164;
}
.AnyTagClassName
{
color: #DA0164;
}
</style>
background-color css
<style>
a { background-color: #DA0164; }
a { background-color: rgb(218,1,100); }
div.DivClassName
{
background-color: #DA0164;
}
.BgClassName
{
background-color: #DA0164;
}
</style>
border-color css
<style>
span { border-color: #DA0164; }
span { border-color: rgb(218,1,100); }
td.TdClassName
{
border-color: #DA0164;
}
.TagClassName
{
border-color: #DA0164;
}
</style>