Shades of Razzmatazz #DA055A
Tints of Razzmatazz #DA055A
RGB
CMYK
RGB Variations
Color information
#DA055A (or 0xDA055A) is known color: Razzmatazz. HEX triplet: DA, 05 and 5A. RGB value is (218,5,90). Sum of RGB (Red+Green+Blue) = 218+5+90=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA055A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA055A is #25FAA5. Grayscale: #4E4E4E. Windows color (decimal): -2488998 or 5899738. OLE color: 5899738.
HSL color Cylindrical-coordinate representation of color #DA055A: hue angle of 336.06º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA055A is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 90 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.15 |
| HSL | 336.06º | 0.96% | 0.44% | - |
| HSV(B) | 336.06º | 0.98% | 0.85% | - |
| XYZ | 30.81 | 15.75 | 11.09 | - |
| YUV | 78.38 | 134.57 | 227.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 90 | 0 | 0.98 | 0.59 | 0.15 | 336.06 | 0.96 | 0.44 |
| Hex | DA | 5 | 5A | 0 | 62 | 3B | F | 150 | 60 | 2C |
| Octal | 332 | 5 | 132 | 0 | 142 | 73 | 17 | 520 | 140 | 54 |
| Binary | 11011010 | 101 | 1011010 | 0 | 1100010 | 111011 | 1111 | 101010000 | 1100000 | 101100 |
Color Harmonies of #DA055A
Complementary color
Monochromatic Colors of #DA055A
Black with #DA055A
Text Example
Text Example
White with #DA055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA055A; }
p { color: rgb(218,5,90); }
H1.HeaderClassName
{
color: #DA055A;
}
.AnyTagClassName
{
color: #DA055A;
}
</style>
background-color css
<style>
a { background-color: #DA055A; }
a { background-color: rgb(218,5,90); }
div.DivClassName
{
background-color: #DA055A;
}
.BgClassName
{
background-color: #DA055A;
}
</style>
border-color css
<style>
span { border-color: #DA055A; }
span { border-color: rgb(218,5,90); }
td.TdClassName
{
border-color: #DA055A;
}
.TagClassName
{
border-color: #DA055A;
}
</style>