Shades of Razzmatazz #DA054A
Tints of Razzmatazz #DA054A
RGB
CMYK
RGB Variations
Color information
#DA054A (or 0xDA054A) is known color: Razzmatazz. HEX triplet: DA, 05 and 4A. RGB value is (218,5,74). Sum of RGB (Red+Green+Blue) = 218+5+74=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA054A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA054A is #25FAB5. Grayscale: #4C4C4C. Windows color (decimal): -2489014 or 4851162. OLE color: 4851162.
HSL color Cylindrical-coordinate representation of color #DA054A: hue angle of 340.56º 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 #DA054A is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 74 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.15 |
| HSL | 340.56º | 0.96% | 0.44% | - |
| HSV(B) | 340.56º | 0.98% | 0.85% | - |
| XYZ | 30.2 | 15.51 | 7.88 | - |
| YUV | 76.55 | 126.57 | 228.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 74 | 0 | 0.98 | 0.66 | 0.15 | 340.56 | 0.96 | 0.44 |
| Hex | DA | 5 | 4A | 0 | 62 | 42 | F | 155 | 60 | 2C |
| Octal | 332 | 5 | 112 | 0 | 142 | 102 | 17 | 525 | 140 | 54 |
| Binary | 11011010 | 101 | 1001010 | 0 | 1100010 | 1000010 | 1111 | 101010101 | 1100000 | 101100 |
Color Harmonies of #DA054A
Complementary color
Monochromatic Colors of #DA054A
Black with #DA054A
Text Example
Text Example
White with #DA054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA054A; }
p { color: rgb(218,5,74); }
H1.HeaderClassName
{
color: #DA054A;
}
.AnyTagClassName
{
color: #DA054A;
}
</style>
background-color css
<style>
a { background-color: #DA054A; }
a { background-color: rgb(218,5,74); }
div.DivClassName
{
background-color: #DA054A;
}
.BgClassName
{
background-color: #DA054A;
}
</style>
border-color css
<style>
span { border-color: #DA054A; }
span { border-color: rgb(218,5,74); }
td.TdClassName
{
border-color: #DA054A;
}
.TagClassName
{
border-color: #DA054A;
}
</style>