Shades of Razzmatazz #DA0062
Tints of Razzmatazz #DA0062
RGB
CMYK
RGB Variations
Color information
#DA0062 (or 0xDA0062) is known color: Razzmatazz. HEX triplet: DA, 00 and 62. RGB value is (218,0,98). Sum of RGB (Red+Green+Blue) = 218+0+98=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0062 is #25FF9D. Grayscale: #4C4C4C. Windows color (decimal): -2490270 or 6422746. OLE color: 6422746.
HSL color Cylindrical-coordinate representation of color #DA0062: hue angle of 333.03º 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 #DA0062 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 98 | - |
| CMYK | 0 | 1 | 0.55 | 0.15 |
| HSL | 333.03º | 1% | 0.43% | - |
| HSV(B) | 333.03º | 1% | 0.85% | - |
| XYZ | 31.12 | 15.79 | 12.96 | - |
| YUV | 76.35 | 140.22 | 229.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 98 | 0 | 1 | 0.55 | 0.15 | 333.03 | 1 | 0.43 |
| Hex | DA | 0 | 62 | 0 | 64 | 37 | F | 14D | 64 | 2B |
| Octal | 332 | 0 | 142 | 0 | 144 | 67 | 17 | 515 | 144 | 53 |
| Binary | 11011010 | 0 | 1100010 | 0 | 1100100 | 110111 | 1111 | 101001101 | 1100100 | 101011 |
Color Harmonies of #DA0062
Complementary color
Monochromatic Colors of #DA0062
Black with #DA0062
Text Example
Text Example
White with #DA0062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0062; }
p { color: rgb(218,0,98); }
H1.HeaderClassName
{
color: #DA0062;
}
.AnyTagClassName
{
color: #DA0062;
}
</style>
background-color css
<style>
a { background-color: #DA0062; }
a { background-color: rgb(218,0,98); }
div.DivClassName
{
background-color: #DA0062;
}
.BgClassName
{
background-color: #DA0062;
}
</style>
border-color css
<style>
span { border-color: #DA0062; }
span { border-color: rgb(218,0,98); }
td.TdClassName
{
border-color: #DA0062;
}
.TagClassName
{
border-color: #DA0062;
}
</style>