Shades of Razzmatazz #DA0154
Tints of Razzmatazz #DA0154
RGB
CMYK
RGB Variations
Color information
#DA0154 (or 0xDA0154) is known color: Razzmatazz. HEX triplet: DA, 01 and 54. RGB value is (218,1,84). Sum of RGB (Red+Green+Blue) = 218+1+84=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 84 (33.20% from 255 or 27.72% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0154 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0154 is #25FEAB. Grayscale: #4B4B4B. Windows color (decimal): -2490028 or 5505498. OLE color: 5505498.
HSL color Cylindrical-coordinate representation of color #DA0154: hue angle of 337.05º 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 #DA0154 is Cyan = 0, Magento = 1.00, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 84 | - |
| CMYK | 0 | 1.00 | 0.61 | 0.15 |
| HSL | 337.05º | 0.99% | 0.43% | - |
| HSV(B) | 337.05º | 1% | 0.85% | - |
| XYZ | 30.52 | 15.57 | 9.78 | - |
| YUV | 75.35 | 132.89 | 229.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 84 | 0 | 1.00 | 0.61 | 0.15 | 337.05 | 0.99 | 0.43 |
| Hex | DA | 1 | 54 | 0 | 64 | 3D | F | 151 | 63 | 2B |
| Octal | 332 | 1 | 124 | 0 | 144 | 75 | 17 | 521 | 143 | 53 |
| Binary | 11011010 | 1 | 1010100 | 0 | 1100100 | 111101 | 1111 | 101010001 | 1100011 | 101011 |
Color Harmonies of #DA0154
Complementary color
Monochromatic Colors of #DA0154
Black with #DA0154
Text Example
Text Example
White with #DA0154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0154; }
p { color: rgb(218,1,84); }
H1.HeaderClassName
{
color: #DA0154;
}
.AnyTagClassName
{
color: #DA0154;
}
</style>
background-color css
<style>
a { background-color: #DA0154; }
a { background-color: rgb(218,1,84); }
div.DivClassName
{
background-color: #DA0154;
}
.BgClassName
{
background-color: #DA0154;
}
</style>
border-color css
<style>
span { border-color: #DA0154; }
span { border-color: rgb(218,1,84); }
td.TdClassName
{
border-color: #DA0154;
}
.TagClassName
{
border-color: #DA0154;
}
</style>