Shades of Razzmatazz #DA0F4D
Tints of Razzmatazz #DA0F4D
RGB
CMYK
RGB Variations
Color information
#DA0F4D (or 0xDA0F4D) is known color: Razzmatazz. HEX triplet: DA, 0F and 4D. RGB value is (218,15,77). Sum of RGB (Red+Green+Blue) = 218+15+77=310 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.32% from 310); Green value is 15 (6.25% from 255 or 4.84% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0F4D is #25F0B2. Grayscale: #525252. Windows color (decimal): -2486451 or 5050330. OLE color: 5050330.
HSL color Cylindrical-coordinate representation of color #DA0F4D: hue angle of 341.67º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA0F4D is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 77 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.15 |
| HSL | 341.67º | 0.87% | 0.46% | - |
| HSV(B) | 341.67º | 0.93% | 0.85% | - |
| XYZ | 30.42 | 15.78 | 8.46 | - |
| YUV | 82.77 | 124.75 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 77 | 0 | 0.93 | 0.65 | 0.15 | 341.67 | 0.87 | 0.46 |
| Hex | DA | F | 4D | 0 | 5D | 41 | F | 156 | 57 | 2E |
| Octal | 332 | 17 | 115 | 0 | 135 | 101 | 17 | 526 | 127 | 56 |
| Binary | 11011010 | 1111 | 1001101 | 0 | 1011101 | 1000001 | 1111 | 101010110 | 1010111 | 101110 |
Color Harmonies of #DA0F4D
Complementary color
Monochromatic Colors of #DA0F4D
Black with #DA0F4D
Text Example
Text Example
White with #DA0F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0F4D; }
p { color: rgb(218,15,77); }
H1.HeaderClassName
{
color: #DA0F4D;
}
.AnyTagClassName
{
color: #DA0F4D;
}
</style>
background-color css
<style>
a { background-color: #DA0F4D; }
a { background-color: rgb(218,15,77); }
div.DivClassName
{
background-color: #DA0F4D;
}
.BgClassName
{
background-color: #DA0F4D;
}
</style>
border-color css
<style>
span { border-color: #DA0F4D; }
span { border-color: rgb(218,15,77); }
td.TdClassName
{
border-color: #DA0F4D;
}
.TagClassName
{
border-color: #DA0F4D;
}
</style>