Shades of Razzmatazz #DA0D4E
Tints of Razzmatazz #DA0D4E
RGB
CMYK
RGB Variations
Color information
#DA0D4E (or 0xDA0D4E) is known color: Razzmatazz. HEX triplet: DA, 0D and 4E. RGB value is (218,13,78). Sum of RGB (Red+Green+Blue) = 218+13+78=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 13 (5.47% from 255 or 4.21% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0D4E is #25F2B1. Grayscale: #515151. Windows color (decimal): -2486962 or 5115354. OLE color: 5115354.
HSL color Cylindrical-coordinate representation of color #DA0D4E: hue angle of 340.98º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0D4E is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 13 | 78 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.15 |
| HSL | 340.98º | 0.89% | 0.45% | - |
| HSV(B) | 340.98º | 0.94% | 0.85% | - |
| XYZ | 30.43 | 15.74 | 8.64 | - |
| YUV | 81.71 | 125.92 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 78 | 0 | 0.94 | 0.64 | 0.15 | 340.98 | 0.89 | 0.45 |
| Hex | DA | D | 4E | 0 | 5E | 40 | F | 155 | 59 | 2D |
| Octal | 332 | 15 | 116 | 0 | 136 | 100 | 17 | 525 | 131 | 55 |
| Binary | 11011010 | 1101 | 1001110 | 0 | 1011110 | 1000000 | 1111 | 101010101 | 1011001 | 101101 |
Color Harmonies of #DA0D4E
Complementary color
Monochromatic Colors of #DA0D4E
Black with #DA0D4E
Text Example
Text Example
White with #DA0D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0D4E; }
p { color: rgb(218,13,78); }
H1.HeaderClassName
{
color: #DA0D4E;
}
.AnyTagClassName
{
color: #DA0D4E;
}
</style>
background-color css
<style>
a { background-color: #DA0D4E; }
a { background-color: rgb(218,13,78); }
div.DivClassName
{
background-color: #DA0D4E;
}
.BgClassName
{
background-color: #DA0D4E;
}
</style>
border-color css
<style>
span { border-color: #DA0D4E; }
span { border-color: rgb(218,13,78); }
td.TdClassName
{
border-color: #DA0D4E;
}
.TagClassName
{
border-color: #DA0D4E;
}
</style>