Shades of Razzmatazz #DA0065
Tints of Razzmatazz #DA0065
RGB
CMYK
RGB Variations
Color information
#DA0065 (or 0xDA0065) is known color: Razzmatazz. HEX triplet: DA, 00 and 65. RGB value is (218,0,101). Sum of RGB (Red+Green+Blue) = 218+0+101=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0065 is #25FF9A. Grayscale: #4C4C4C. Windows color (decimal): -2490267 or 6619354. OLE color: 6619354.
HSL color Cylindrical-coordinate representation of color #DA0065: hue angle of 332.2º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0065 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 101 | - |
| CMYK | 0 | 1 | 0.54 | 0.15 |
| HSL | 332.2º | 1% | 0.43% | - |
| HSV(B) | 332.2º | 1% | 0.85% | - |
| XYZ | 31.26 | 15.85 | 13.72 | - |
| YUV | 76.7 | 141.72 | 228.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 101 | 0 | 1 | 0.54 | 0.15 | 332.2 | 1 | 0.43 |
| Hex | DA | 0 | 65 | 0 | 64 | 36 | F | 14C | 64 | 2B |
| Octal | 332 | 0 | 145 | 0 | 144 | 66 | 17 | 514 | 144 | 53 |
| Binary | 11011010 | 0 | 1100101 | 0 | 1100100 | 110110 | 1111 | 101001100 | 1100100 | 101011 |
Color Harmonies of #DA0065
Complementary color
Monochromatic Colors of #DA0065
Black with #DA0065
Text Example
Text Example
White with #DA0065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0065; }
p { color: rgb(218,0,101); }
H1.HeaderClassName
{
color: #DA0065;
}
.AnyTagClassName
{
color: #DA0065;
}
</style>
background-color css
<style>
a { background-color: #DA0065; }
a { background-color: rgb(218,0,101); }
div.DivClassName
{
background-color: #DA0065;
}
.BgClassName
{
background-color: #DA0065;
}
</style>
border-color css
<style>
span { border-color: #DA0065; }
span { border-color: rgb(218,0,101); }
td.TdClassName
{
border-color: #DA0065;
}
.TagClassName
{
border-color: #DA0065;
}
</style>