Shades of Razzmatazz #DA045D
Tints of Razzmatazz #DA045D
RGB
CMYK
RGB Variations
Color information
#DA045D (or 0xDA045D) is known color: Razzmatazz. HEX triplet: DA, 04 and 5D. RGB value is (218,4,93). Sum of RGB (Red+Green+Blue) = 218+4+93=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA045D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA045D is #25FBA2. Grayscale: #4D4D4D. Windows color (decimal): -2489251 or 6096090. OLE color: 6096090.
HSL color Cylindrical-coordinate representation of color #DA045D: hue angle of 335.05º 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 #DA045D is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 93 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.15 |
| HSL | 335.05º | 0.96% | 0.44% | - |
| HSV(B) | 335.05º | 0.98% | 0.85% | - |
| XYZ | 30.93 | 15.78 | 11.77 | - |
| YUV | 78.13 | 136.4 | 227.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 93 | 0 | 0.98 | 0.57 | 0.15 | 335.05 | 0.96 | 0.44 |
| Hex | DA | 4 | 5D | 0 | 62 | 39 | F | 14F | 60 | 2C |
| Octal | 332 | 4 | 135 | 0 | 142 | 71 | 17 | 517 | 140 | 54 |
| Binary | 11011010 | 100 | 1011101 | 0 | 1100010 | 111001 | 1111 | 101001111 | 1100000 | 101100 |
Color Harmonies of #DA045D
Complementary color
Monochromatic Colors of #DA045D
Black with #DA045D
Text Example
Text Example
White with #DA045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA045D; }
p { color: rgb(218,4,93); }
H1.HeaderClassName
{
color: #DA045D;
}
.AnyTagClassName
{
color: #DA045D;
}
</style>
background-color css
<style>
a { background-color: #DA045D; }
a { background-color: rgb(218,4,93); }
div.DivClassName
{
background-color: #DA045D;
}
.BgClassName
{
background-color: #DA045D;
}
</style>
border-color css
<style>
span { border-color: #DA045D; }
span { border-color: rgb(218,4,93); }
td.TdClassName
{
border-color: #DA045D;
}
.TagClassName
{
border-color: #DA045D;
}
</style>