Shades of Razzmatazz #DA0259
Tints of Razzmatazz #DA0259
RGB
CMYK
RGB Variations
Color information
#DA0259 (or 0xDA0259) is known color: Razzmatazz. HEX triplet: DA, 02 and 59. RGB value is (218,2,89). Sum of RGB (Red+Green+Blue) = 218+2+89=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 89 (35.16% from 255 or 28.80% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0259 is #25FDA6. Grayscale: #4C4C4C. Windows color (decimal): -2489767 or 5833434. OLE color: 5833434.
HSL color Cylindrical-coordinate representation of color #DA0259: hue angle of 335.83º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0259 is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 89 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.15 |
| HSL | 335.83º | 0.98% | 0.43% | - |
| HSV(B) | 335.83º | 0.99% | 0.85% | - |
| XYZ | 30.74 | 15.67 | 10.86 | - |
| YUV | 76.5 | 135.06 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 89 | 0 | 0.99 | 0.59 | 0.15 | 335.83 | 0.98 | 0.43 |
| Hex | DA | 2 | 59 | 0 | 63 | 3B | F | 150 | 62 | 2B |
| Octal | 332 | 2 | 131 | 0 | 143 | 73 | 17 | 520 | 142 | 53 |
| Binary | 11011010 | 10 | 1011001 | 0 | 1100011 | 111011 | 1111 | 101010000 | 1100010 | 101011 |
Color Harmonies of #DA0259
Complementary color
Monochromatic Colors of #DA0259
Black with #DA0259
Text Example
Text Example
White with #DA0259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0259; }
p { color: rgb(218,2,89); }
H1.HeaderClassName
{
color: #DA0259;
}
.AnyTagClassName
{
color: #DA0259;
}
</style>
background-color css
<style>
a { background-color: #DA0259; }
a { background-color: rgb(218,2,89); }
div.DivClassName
{
background-color: #DA0259;
}
.BgClassName
{
background-color: #DA0259;
}
</style>
border-color css
<style>
span { border-color: #DA0259; }
span { border-color: rgb(218,2,89); }
td.TdClassName
{
border-color: #DA0259;
}
.TagClassName
{
border-color: #DA0259;
}
</style>