Shades of Razzmatazz #DA005B
Tints of Razzmatazz #DA005B
RGB
CMYK
RGB Variations
Color information
#DA005B (or 0xDA005B) is known color: Razzmatazz. HEX triplet: DA, 00 and 5B. RGB value is (218,0,91). Sum of RGB (Red+Green+Blue) = 218+0+91=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA005B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA005B is #25FFA4. Grayscale: #4B4B4B. Windows color (decimal): -2490277 or 5963994. OLE color: 5963994.
HSL color Cylindrical-coordinate representation of color #DA005B: hue angle of 334.95º 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 #DA005B is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.58 | 0.15 |
| HSL | 334.95º | 1% | 0.43% | - |
| HSV(B) | 334.95º | 1% | 0.85% | - |
| XYZ | 30.8 | 15.66 | 11.3 | - |
| YUV | 75.56 | 136.72 | 229.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 91 | 0 | 1 | 0.58 | 0.15 | 334.95 | 1 | 0.43 |
| Hex | DA | 0 | 5B | 0 | 64 | 3A | F | 14F | 64 | 2B |
| Octal | 332 | 0 | 133 | 0 | 144 | 72 | 17 | 517 | 144 | 53 |
| Binary | 11011010 | 0 | 1011011 | 0 | 1100100 | 111010 | 1111 | 101001111 | 1100100 | 101011 |
Color Harmonies of #DA005B
Complementary color
Monochromatic Colors of #DA005B
Black with #DA005B
Text Example
Text Example
White with #DA005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA005B; }
p { color: rgb(218,0,91); }
H1.HeaderClassName
{
color: #DA005B;
}
.AnyTagClassName
{
color: #DA005B;
}
</style>
background-color css
<style>
a { background-color: #DA005B; }
a { background-color: rgb(218,0,91); }
div.DivClassName
{
background-color: #DA005B;
}
.BgClassName
{
background-color: #DA005B;
}
</style>
border-color css
<style>
span { border-color: #DA005B; }
span { border-color: rgb(218,0,91); }
td.TdClassName
{
border-color: #DA005B;
}
.TagClassName
{
border-color: #DA005B;
}
</style>