Shades of Razzmatazz #DA0751
Tints of Razzmatazz #DA0751
RGB
CMYK
RGB Variations
Color information
#DA0751 (or 0xDA0751) is known color: Razzmatazz. HEX triplet: DA, 07 and 51. RGB value is (218,7,81). Sum of RGB (Red+Green+Blue) = 218+7+81=306 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.24% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0751 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0751 is #25F8AE. Grayscale: #4E4E4E. Windows color (decimal): -2488495 or 5310426. OLE color: 5310426.
HSL color Cylindrical-coordinate representation of color #DA0751: hue angle of 338.96º 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 #DA0751 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 81 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.15 |
| HSL | 338.96º | 0.94% | 0.44% | - |
| HSV(B) | 338.96º | 0.97% | 0.85% | - |
| XYZ | 30.47 | 15.65 | 9.2 | - |
| YUV | 78.53 | 129.4 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 81 | 0 | 0.97 | 0.63 | 0.15 | 338.96 | 0.94 | 0.44 |
| Hex | DA | 7 | 51 | 0 | 61 | 3F | F | 153 | 5E | 2C |
| Octal | 332 | 7 | 121 | 0 | 141 | 77 | 17 | 523 | 136 | 54 |
| Binary | 11011010 | 111 | 1010001 | 0 | 1100001 | 111111 | 1111 | 101010011 | 1011110 | 101100 |
Color Harmonies of #DA0751
Complementary color
Monochromatic Colors of #DA0751
Black with #DA0751
Text Example
Text Example
White with #DA0751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0751; }
p { color: rgb(218,7,81); }
H1.HeaderClassName
{
color: #DA0751;
}
.AnyTagClassName
{
color: #DA0751;
}
</style>
background-color css
<style>
a { background-color: #DA0751; }
a { background-color: rgb(218,7,81); }
div.DivClassName
{
background-color: #DA0751;
}
.BgClassName
{
background-color: #DA0751;
}
</style>
border-color css
<style>
span { border-color: #DA0751; }
span { border-color: rgb(218,7,81); }
td.TdClassName
{
border-color: #DA0751;
}
.TagClassName
{
border-color: #DA0751;
}
</style>