Shades of Razzmatazz #DA0458
Tints of Razzmatazz #DA0458
RGB
CMYK
RGB Variations
Color information
#DA0458 (or 0xDA0458) is known color: Razzmatazz. HEX triplet: DA, 04 and 58. RGB value is (218,4,88). Sum of RGB (Red+Green+Blue) = 218+4+88=310 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.32% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0458 is #25FBA7. Grayscale: #4D4D4D. Windows color (decimal): -2489256 or 5768410. OLE color: 5768410.
HSL color Cylindrical-coordinate representation of color #DA0458: hue angle of 336.45º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0458 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 88 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.15 |
| HSL | 336.45º | 0.96% | 0.44% | - |
| HSV(B) | 336.45º | 0.98% | 0.85% | - |
| XYZ | 30.72 | 15.7 | 10.64 | - |
| YUV | 77.56 | 133.9 | 228.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 88 | 0 | 0.98 | 0.60 | 0.15 | 336.45 | 0.96 | 0.44 |
| Hex | DA | 4 | 58 | 0 | 62 | 3C | F | 150 | 60 | 2C |
| Octal | 332 | 4 | 130 | 0 | 142 | 74 | 17 | 520 | 140 | 54 |
| Binary | 11011010 | 100 | 1011000 | 0 | 1100010 | 111100 | 1111 | 101010000 | 1100000 | 101100 |
Color Harmonies of #DA0458
Complementary color
Monochromatic Colors of #DA0458
Black with #DA0458
Text Example
Text Example
White with #DA0458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0458; }
p { color: rgb(218,4,88); }
H1.HeaderClassName
{
color: #DA0458;
}
.AnyTagClassName
{
color: #DA0458;
}
</style>
background-color css
<style>
a { background-color: #DA0458; }
a { background-color: rgb(218,4,88); }
div.DivClassName
{
background-color: #DA0458;
}
.BgClassName
{
background-color: #DA0458;
}
</style>
border-color css
<style>
span { border-color: #DA0458; }
span { border-color: rgb(218,4,88); }
td.TdClassName
{
border-color: #DA0458;
}
.TagClassName
{
border-color: #DA0458;
}
</style>