Shades of Razzmatazz #DA054C
Tints of Razzmatazz #DA054C
RGB
CMYK
RGB Variations
Color information
#DA054C (or 0xDA054C) is known color: Razzmatazz. HEX triplet: DA, 05 and 4C. RGB value is (218,5,76). Sum of RGB (Red+Green+Blue) = 218+5+76=299 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.91% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 218 - color contains mainly: red. Hex color #DA054C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA054C is #25FAB3. Grayscale: #4C4C4C. Windows color (decimal): -2489012 or 4982234. OLE color: 4982234.
HSL color Cylindrical-coordinate representation of color #DA054C: hue angle of 340º 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 #DA054C is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 76 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.15 |
| HSL | 340º | 0.96% | 0.44% | - |
| HSV(B) | 340º | 0.98% | 0.85% | - |
| XYZ | 30.27 | 15.54 | 8.24 | - |
| YUV | 76.78 | 127.57 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 76 | 0 | 0.98 | 0.65 | 0.15 | 340 | 0.96 | 0.44 |
| Hex | DA | 5 | 4C | 0 | 62 | 41 | F | 154 | 60 | 2C |
| Octal | 332 | 5 | 114 | 0 | 142 | 101 | 17 | 524 | 140 | 54 |
| Binary | 11011010 | 101 | 1001100 | 0 | 1100010 | 1000001 | 1111 | 101010100 | 1100000 | 101100 |
Color Harmonies of #DA054C
Complementary color
Monochromatic Colors of #DA054C
Black with #DA054C
Text Example
Text Example
White with #DA054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA054C; }
p { color: rgb(218,5,76); }
H1.HeaderClassName
{
color: #DA054C;
}
.AnyTagClassName
{
color: #DA054C;
}
</style>
background-color css
<style>
a { background-color: #DA054C; }
a { background-color: rgb(218,5,76); }
div.DivClassName
{
background-color: #DA054C;
}
.BgClassName
{
background-color: #DA054C;
}
</style>
border-color css
<style>
span { border-color: #DA054C; }
span { border-color: rgb(218,5,76); }
td.TdClassName
{
border-color: #DA054C;
}
.TagClassName
{
border-color: #DA054C;
}
</style>