Shades of Razzmatazz #DA044D
Tints of Razzmatazz #DA044D
RGB
CMYK
RGB Variations
Color information
#DA044D (or 0xDA044D) is known color: Razzmatazz. HEX triplet: DA, 04 and 4D. RGB value is (218,4,77). Sum of RGB (Red+Green+Blue) = 218+4+77=299 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.91% from 299); Green value is 4 (1.95% from 255 or 1.34% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 218 - color contains mainly: red. Hex color #DA044D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA044D is #25FBB2. Grayscale: #4C4C4C. Windows color (decimal): -2489267 or 5047514. OLE color: 5047514.
HSL color Cylindrical-coordinate representation of color #DA044D: hue angle of 339.53º 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 #DA044D is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 77 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.15 |
| HSL | 339.53º | 0.96% | 0.44% | - |
| HSV(B) | 339.53º | 0.98% | 0.85% | - |
| XYZ | 30.3 | 15.53 | 8.42 | - |
| YUV | 76.31 | 128.4 | 229.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 77 | 0 | 0.98 | 0.65 | 0.15 | 339.53 | 0.96 | 0.44 |
| Hex | DA | 4 | 4D | 0 | 62 | 41 | F | 154 | 60 | 2C |
| Octal | 332 | 4 | 115 | 0 | 142 | 101 | 17 | 524 | 140 | 54 |
| Binary | 11011010 | 100 | 1001101 | 0 | 1100010 | 1000001 | 1111 | 101010100 | 1100000 | 101100 |
Color Harmonies of #DA044D
Complementary color
Monochromatic Colors of #DA044D
Black with #DA044D
Text Example
Text Example
White with #DA044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA044D; }
p { color: rgb(218,4,77); }
H1.HeaderClassName
{
color: #DA044D;
}
.AnyTagClassName
{
color: #DA044D;
}
</style>
background-color css
<style>
a { background-color: #DA044D; }
a { background-color: rgb(218,4,77); }
div.DivClassName
{
background-color: #DA044D;
}
.BgClassName
{
background-color: #DA044D;
}
</style>
border-color css
<style>
span { border-color: #DA044D; }
span { border-color: rgb(218,4,77); }
td.TdClassName
{
border-color: #DA044D;
}
.TagClassName
{
border-color: #DA044D;
}
</style>