Shades of Razzmatazz #DA0158
Tints of Razzmatazz #DA0158
RGB
CMYK
RGB Variations
Color information
#DA0158 (or 0xDA0158) is known color: Razzmatazz. HEX triplet: DA, 01 and 58. RGB value is (218,1,88). Sum of RGB (Red+Green+Blue) = 218+1+88=307 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.01% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 88 (34.77% from 255 or 28.66% from 307); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0158 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0158 is #25FEA7. Grayscale: #4B4B4B. Windows color (decimal): -2490024 or 5767642. OLE color: 5767642.
HSL color Cylindrical-coordinate representation of color #DA0158: hue angle of 335.94º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0158 is Cyan = 0, Magento = 1.00, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 88 | - |
| CMYK | 0 | 1.00 | 0.60 | 0.15 |
| HSL | 335.94º | 0.99% | 0.43% | - |
| HSV(B) | 335.94º | 1% | 0.85% | - |
| XYZ | 30.69 | 15.63 | 10.63 | - |
| YUV | 75.8 | 134.89 | 229.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 88 | 0 | 1.00 | 0.60 | 0.15 | 335.94 | 0.99 | 0.43 |
| Hex | DA | 1 | 58 | 0 | 64 | 3C | F | 150 | 63 | 2B |
| Octal | 332 | 1 | 130 | 0 | 144 | 74 | 17 | 520 | 143 | 53 |
| Binary | 11011010 | 1 | 1011000 | 0 | 1100100 | 111100 | 1111 | 101010000 | 1100011 | 101011 |
Color Harmonies of #DA0158
Complementary color
Monochromatic Colors of #DA0158
Black with #DA0158
Text Example
Text Example
White with #DA0158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0158; }
p { color: rgb(218,1,88); }
H1.HeaderClassName
{
color: #DA0158;
}
.AnyTagClassName
{
color: #DA0158;
}
</style>
background-color css
<style>
a { background-color: #DA0158; }
a { background-color: rgb(218,1,88); }
div.DivClassName
{
background-color: #DA0158;
}
.BgClassName
{
background-color: #DA0158;
}
</style>
border-color css
<style>
span { border-color: #DA0158; }
span { border-color: rgb(218,1,88); }
td.TdClassName
{
border-color: #DA0158;
}
.TagClassName
{
border-color: #DA0158;
}
</style>