Shades of Razzmatazz #DA0254
Tints of Razzmatazz #DA0254
RGB
CMYK
RGB Variations
Color information
#DA0254 (or 0xDA0254) is known color: Razzmatazz. HEX triplet: DA, 02 and 54. RGB value is (218,2,84). Sum of RGB (Red+Green+Blue) = 218+2+84=304 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.71% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 84 (33.20% from 255 or 27.63% from 304); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0254 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0254 is #25FDAB. Grayscale: #4B4B4B. Windows color (decimal): -2489772 or 5505754. OLE color: 5505754.
HSL color Cylindrical-coordinate representation of color #DA0254: hue angle of 337.22º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0254 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 84 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.15 |
| HSL | 337.22º | 0.98% | 0.43% | - |
| HSV(B) | 337.22º | 0.99% | 0.85% | - |
| XYZ | 30.54 | 15.59 | 9.79 | - |
| YUV | 75.93 | 132.56 | 229.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 84 | 0 | 0.99 | 0.61 | 0.15 | 337.22 | 0.98 | 0.43 |
| Hex | DA | 2 | 54 | 0 | 63 | 3D | F | 151 | 62 | 2B |
| Octal | 332 | 2 | 124 | 0 | 143 | 75 | 17 | 521 | 142 | 53 |
| Binary | 11011010 | 10 | 1010100 | 0 | 1100011 | 111101 | 1111 | 101010001 | 1100010 | 101011 |
Color Harmonies of #DA0254
Complementary color
Monochromatic Colors of #DA0254
Black with #DA0254
Text Example
Text Example
White with #DA0254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0254; }
p { color: rgb(218,2,84); }
H1.HeaderClassName
{
color: #DA0254;
}
.AnyTagClassName
{
color: #DA0254;
}
</style>
background-color css
<style>
a { background-color: #DA0254; }
a { background-color: rgb(218,2,84); }
div.DivClassName
{
background-color: #DA0254;
}
.BgClassName
{
background-color: #DA0254;
}
</style>
border-color css
<style>
span { border-color: #DA0254; }
span { border-color: rgb(218,2,84); }
td.TdClassName
{
border-color: #DA0254;
}
.TagClassName
{
border-color: #DA0254;
}
</style>