Shades of Razzmatazz #DA005E
Tints of Razzmatazz #DA005E
RGB
CMYK
RGB Variations
Color information
#DA005E (or 0xDA005E) is known color: Razzmatazz. HEX triplet: DA, 00 and 5E. RGB value is (218,0,94). Sum of RGB (Red+Green+Blue) = 218+0+94=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA005E is #25FFA1. Grayscale: #4B4B4B. Windows color (decimal): -2490274 or 6160602. OLE color: 6160602.
HSL color Cylindrical-coordinate representation of color #DA005E: hue angle of 334.13º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA005E is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.57 | 0.15 |
| HSL | 334.13º | 1% | 0.43% | - |
| HSV(B) | 334.13º | 1% | 0.85% | - |
| XYZ | 30.93 | 15.71 | 11.99 | - |
| YUV | 75.9 | 138.22 | 229.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 94 | 0 | 1 | 0.57 | 0.15 | 334.13 | 1 | 0.43 |
| Hex | DA | 0 | 5E | 0 | 64 | 39 | F | 14E | 64 | 2B |
| Octal | 332 | 0 | 136 | 0 | 144 | 71 | 17 | 516 | 144 | 53 |
| Binary | 11011010 | 0 | 1011110 | 0 | 1100100 | 111001 | 1111 | 101001110 | 1100100 | 101011 |
Color Harmonies of #DA005E
Complementary color
Monochromatic Colors of #DA005E
Black with #DA005E
Text Example
Text Example
White with #DA005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA005E; }
p { color: rgb(218,0,94); }
H1.HeaderClassName
{
color: #DA005E;
}
.AnyTagClassName
{
color: #DA005E;
}
</style>
background-color css
<style>
a { background-color: #DA005E; }
a { background-color: rgb(218,0,94); }
div.DivClassName
{
background-color: #DA005E;
}
.BgClassName
{
background-color: #DA005E;
}
</style>
border-color css
<style>
span { border-color: #DA005E; }
span { border-color: rgb(218,0,94); }
td.TdClassName
{
border-color: #DA005E;
}
.TagClassName
{
border-color: #DA005E;
}
</style>