Shades of Razzmatazz #DA0061
Tints of Razzmatazz #DA0061
RGB
CMYK
RGB Variations
Color information
#DA0061 (or 0xDA0061) is known color: Razzmatazz. HEX triplet: DA, 00 and 61. RGB value is (218,0,97). Sum of RGB (Red+Green+Blue) = 218+0+97=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 97 (38.28% from 255 or 30.79% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0061 is #25FF9E. Grayscale: #4C4C4C. Windows color (decimal): -2490271 or 6357210. OLE color: 6357210.
HSL color Cylindrical-coordinate representation of color #DA0061: hue angle of 333.3º 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 #DA0061 is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 97 | - |
| CMYK | 0 | 1 | 0.56 | 0.15 |
| HSL | 333.3º | 1% | 0.43% | - |
| HSV(B) | 333.3º | 1% | 0.85% | - |
| XYZ | 31.07 | 15.77 | 12.72 | - |
| YUV | 76.24 | 139.72 | 229.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 97 | 0 | 1 | 0.56 | 0.15 | 333.3 | 1 | 0.43 |
| Hex | DA | 0 | 61 | 0 | 64 | 38 | F | 14D | 64 | 2B |
| Octal | 332 | 0 | 141 | 0 | 144 | 70 | 17 | 515 | 144 | 53 |
| Binary | 11011010 | 0 | 1100001 | 0 | 1100100 | 111000 | 1111 | 101001101 | 1100100 | 101011 |
Color Harmonies of #DA0061
Complementary color
Monochromatic Colors of #DA0061
Black with #DA0061
Text Example
Text Example
White with #DA0061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0061; }
p { color: rgb(218,0,97); }
H1.HeaderClassName
{
color: #DA0061;
}
.AnyTagClassName
{
color: #DA0061;
}
</style>
background-color css
<style>
a { background-color: #DA0061; }
a { background-color: rgb(218,0,97); }
div.DivClassName
{
background-color: #DA0061;
}
.BgClassName
{
background-color: #DA0061;
}
</style>
border-color css
<style>
span { border-color: #DA0061; }
span { border-color: rgb(218,0,97); }
td.TdClassName
{
border-color: #DA0061;
}
.TagClassName
{
border-color: #DA0061;
}
</style>