Shades of Razzmatazz #DA0754
Tints of Razzmatazz #DA0754
RGB
CMYK
RGB Variations
Color information
#DA0754 (or 0xDA0754) is known color: Razzmatazz. HEX triplet: DA, 07 and 54. RGB value is (218,7,84). Sum of RGB (Red+Green+Blue) = 218+7+84=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 84 (33.20% from 255 or 27.18% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0754 is #25F8AB. Grayscale: #4E4E4E. Windows color (decimal): -2488492 or 5507034. OLE color: 5507034.
HSL color Cylindrical-coordinate representation of color #DA0754: hue angle of 338.1º 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 #DA0754 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 84 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.15 |
| HSL | 338.1º | 0.94% | 0.44% | - |
| HSV(B) | 338.1º | 0.97% | 0.85% | - |
| XYZ | 30.59 | 15.7 | 9.81 | - |
| YUV | 78.87 | 130.9 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 84 | 0 | 0.97 | 0.61 | 0.15 | 338.1 | 0.94 | 0.44 |
| Hex | DA | 7 | 54 | 0 | 61 | 3D | F | 152 | 5E | 2C |
| Octal | 332 | 7 | 124 | 0 | 141 | 75 | 17 | 522 | 136 | 54 |
| Binary | 11011010 | 111 | 1010100 | 0 | 1100001 | 111101 | 1111 | 101010010 | 1011110 | 101100 |
Color Harmonies of #DA0754
Complementary color
Monochromatic Colors of #DA0754
Black with #DA0754
Text Example
Text Example
White with #DA0754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0754; }
p { color: rgb(218,7,84); }
H1.HeaderClassName
{
color: #DA0754;
}
.AnyTagClassName
{
color: #DA0754;
}
</style>
background-color css
<style>
a { background-color: #DA0754; }
a { background-color: rgb(218,7,84); }
div.DivClassName
{
background-color: #DA0754;
}
.BgClassName
{
background-color: #DA0754;
}
</style>
border-color css
<style>
span { border-color: #DA0754; }
span { border-color: rgb(218,7,84); }
td.TdClassName
{
border-color: #DA0754;
}
.TagClassName
{
border-color: #DA0754;
}
</style>