Shades of Razzmatazz #DA005A
Tints of Razzmatazz #DA005A
RGB
CMYK
RGB Variations
Color information
#DA005A (or 0xDA005A) is known color: Razzmatazz. HEX triplet: DA, 00 and 5A. RGB value is (218,0,90). Sum of RGB (Red+Green+Blue) = 218+0+90=308 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.78% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 218 - color contains mainly: red. Hex color #DA005A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA005A is #25FFA5. Grayscale: #4B4B4B. Windows color (decimal): -2490278 or 5898458. OLE color: 5898458.
HSL color Cylindrical-coordinate representation of color #DA005A: hue angle of 335.23º 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 #DA005A is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.59 | 0.15 |
| HSL | 335.23º | 1% | 0.43% | - |
| HSV(B) | 335.23º | 1% | 0.85% | - |
| XYZ | 30.76 | 15.64 | 11.07 | - |
| YUV | 75.44 | 136.22 | 229.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 90 | 0 | 1 | 0.59 | 0.15 | 335.23 | 1 | 0.43 |
| Hex | DA | 0 | 5A | 0 | 64 | 3B | F | 14F | 64 | 2B |
| Octal | 332 | 0 | 132 | 0 | 144 | 73 | 17 | 517 | 144 | 53 |
| Binary | 11011010 | 0 | 1011010 | 0 | 1100100 | 111011 | 1111 | 101001111 | 1100100 | 101011 |
Color Harmonies of #DA005A
Complementary color
Monochromatic Colors of #DA005A
Black with #DA005A
Text Example
Text Example
White with #DA005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA005A; }
p { color: rgb(218,0,90); }
H1.HeaderClassName
{
color: #DA005A;
}
.AnyTagClassName
{
color: #DA005A;
}
</style>
background-color css
<style>
a { background-color: #DA005A; }
a { background-color: rgb(218,0,90); }
div.DivClassName
{
background-color: #DA005A;
}
.BgClassName
{
background-color: #DA005A;
}
</style>
border-color css
<style>
span { border-color: #DA005A; }
span { border-color: rgb(218,0,90); }
td.TdClassName
{
border-color: #DA005A;
}
.TagClassName
{
border-color: #DA005A;
}
</style>