Shades of Razzmatazz #DA045A
Tints of Razzmatazz #DA045A
RGB
CMYK
RGB Variations
Color information
#DA045A (or 0xDA045A) is known color: Razzmatazz. HEX triplet: DA, 04 and 5A. RGB value is (218,4,90). Sum of RGB (Red+Green+Blue) = 218+4+90=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA045A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA045A is #25FBA5. Grayscale: #4D4D4D. Windows color (decimal): -2489254 or 5899482. OLE color: 5899482.
HSL color Cylindrical-coordinate representation of color #DA045A: hue angle of 335.89º 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 #DA045A is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 90 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.15 |
| HSL | 335.89º | 0.96% | 0.44% | - |
| HSV(B) | 335.89º | 0.98% | 0.85% | - |
| XYZ | 30.8 | 15.73 | 11.09 | - |
| YUV | 77.79 | 134.9 | 228.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 90 | 0 | 0.98 | 0.59 | 0.15 | 335.89 | 0.96 | 0.44 |
| Hex | DA | 4 | 5A | 0 | 62 | 3B | F | 150 | 60 | 2C |
| Octal | 332 | 4 | 132 | 0 | 142 | 73 | 17 | 520 | 140 | 54 |
| Binary | 11011010 | 100 | 1011010 | 0 | 1100010 | 111011 | 1111 | 101010000 | 1100000 | 101100 |
Color Harmonies of #DA045A
Complementary color
Monochromatic Colors of #DA045A
Black with #DA045A
Text Example
Text Example
White with #DA045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA045A; }
p { color: rgb(218,4,90); }
H1.HeaderClassName
{
color: #DA045A;
}
.AnyTagClassName
{
color: #DA045A;
}
</style>
background-color css
<style>
a { background-color: #DA045A; }
a { background-color: rgb(218,4,90); }
div.DivClassName
{
background-color: #DA045A;
}
.BgClassName
{
background-color: #DA045A;
}
</style>
border-color css
<style>
span { border-color: #DA045A; }
span { border-color: rgb(218,4,90); }
td.TdClassName
{
border-color: #DA045A;
}
.TagClassName
{
border-color: #DA045A;
}
</style>