Shades of Razzmatazz #DA0759
Tints of Razzmatazz #DA0759
RGB
CMYK
RGB Variations
Color information
#DA0759 (or 0xDA0759) is known color: Razzmatazz. HEX triplet: DA, 07 and 59. RGB value is (218,7,89). Sum of RGB (Red+Green+Blue) = 218+7+89=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0759 is #25F8A6. Grayscale: #4F4F4F. Windows color (decimal): -2488487 or 5834714. OLE color: 5834714.
HSL color Cylindrical-coordinate representation of color #DA0759: hue angle of 336.68º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA0759 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 89 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.15 |
| HSL | 336.68º | 0.94% | 0.44% | - |
| HSV(B) | 336.68º | 0.97% | 0.85% | - |
| XYZ | 30.79 | 15.78 | 10.87 | - |
| YUV | 79.44 | 133.4 | 226.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 89 | 0 | 0.97 | 0.59 | 0.15 | 336.68 | 0.94 | 0.44 |
| Hex | DA | 7 | 59 | 0 | 61 | 3B | F | 151 | 5E | 2C |
| Octal | 332 | 7 | 131 | 0 | 141 | 73 | 17 | 521 | 136 | 54 |
| Binary | 11011010 | 111 | 1011001 | 0 | 1100001 | 111011 | 1111 | 101010001 | 1011110 | 101100 |
Color Harmonies of #DA0759
Complementary color
Monochromatic Colors of #DA0759
Black with #DA0759
Text Example
Text Example
White with #DA0759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0759; }
p { color: rgb(218,7,89); }
H1.HeaderClassName
{
color: #DA0759;
}
.AnyTagClassName
{
color: #DA0759;
}
</style>
background-color css
<style>
a { background-color: #DA0759; }
a { background-color: rgb(218,7,89); }
div.DivClassName
{
background-color: #DA0759;
}
.BgClassName
{
background-color: #DA0759;
}
</style>
border-color css
<style>
span { border-color: #DA0759; }
span { border-color: rgb(218,7,89); }
td.TdClassName
{
border-color: #DA0759;
}
.TagClassName
{
border-color: #DA0759;
}
</style>