Shades of Razzmatazz #DA044F
Tints of Razzmatazz #DA044F
RGB
CMYK
RGB Variations
Color information
#DA044F (or 0xDA044F) is known color: Razzmatazz. HEX triplet: DA, 04 and 4F. RGB value is (218,4,79). Sum of RGB (Red+Green+Blue) = 218+4+79=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA044F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA044F is #25FBB0. Grayscale: #4C4C4C. Windows color (decimal): -2489265 or 5178586. OLE color: 5178586.
HSL color Cylindrical-coordinate representation of color #DA044F: hue angle of 338.97º 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 #DA044F is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 79 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.15 |
| HSL | 338.97º | 0.96% | 0.44% | - |
| HSV(B) | 338.97º | 0.98% | 0.85% | - |
| XYZ | 30.37 | 15.56 | 8.8 | - |
| YUV | 76.54 | 129.4 | 228.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 79 | 0 | 0.98 | 0.64 | 0.15 | 338.97 | 0.96 | 0.44 |
| Hex | DA | 4 | 4F | 0 | 62 | 40 | F | 153 | 60 | 2C |
| Octal | 332 | 4 | 117 | 0 | 142 | 100 | 17 | 523 | 140 | 54 |
| Binary | 11011010 | 100 | 1001111 | 0 | 1100010 | 1000000 | 1111 | 101010011 | 1100000 | 101100 |
Color Harmonies of #DA044F
Complementary color
Monochromatic Colors of #DA044F
Black with #DA044F
Text Example
Text Example
White with #DA044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA044F; }
p { color: rgb(218,4,79); }
H1.HeaderClassName
{
color: #DA044F;
}
.AnyTagClassName
{
color: #DA044F;
}
</style>
background-color css
<style>
a { background-color: #DA044F; }
a { background-color: rgb(218,4,79); }
div.DivClassName
{
background-color: #DA044F;
}
.BgClassName
{
background-color: #DA044F;
}
</style>
border-color css
<style>
span { border-color: #DA044F; }
span { border-color: rgb(218,4,79); }
td.TdClassName
{
border-color: #DA044F;
}
.TagClassName
{
border-color: #DA044F;
}
</style>