Shades of Razzmatazz #DA0D50
Tints of Razzmatazz #DA0D50
RGB
CMYK
RGB Variations
Color information
#DA0D50 (or 0xDA0D50) is known color: Razzmatazz. HEX triplet: DA, 0D and 50. RGB value is (218,13,80). Sum of RGB (Red+Green+Blue) = 218+13+80=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 13 (5.47% from 255 or 4.18% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0D50 is #25F2AF. Grayscale: #515151. Windows color (decimal): -2486960 or 5246426. OLE color: 5246426.
HSL color Cylindrical-coordinate representation of color #DA0D50: hue angle of 340.39º 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 #DA0D50 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 13 | 80 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.15 |
| HSL | 340.39º | 0.89% | 0.45% | - |
| HSV(B) | 340.39º | 0.94% | 0.85% | - |
| XYZ | 30.51 | 15.77 | 9.03 | - |
| YUV | 81.93 | 126.92 | 225.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 80 | 0 | 0.94 | 0.63 | 0.15 | 340.39 | 0.89 | 0.45 |
| Hex | DA | D | 50 | 0 | 5E | 3F | F | 154 | 59 | 2D |
| Octal | 332 | 15 | 120 | 0 | 136 | 77 | 17 | 524 | 131 | 55 |
| Binary | 11011010 | 1101 | 1010000 | 0 | 1011110 | 111111 | 1111 | 101010100 | 1011001 | 101101 |
Color Harmonies of #DA0D50
Complementary color
Monochromatic Colors of #DA0D50
Black with #DA0D50
Text Example
Text Example
White with #DA0D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0D50; }
p { color: rgb(218,13,80); }
H1.HeaderClassName
{
color: #DA0D50;
}
.AnyTagClassName
{
color: #DA0D50;
}
</style>
background-color css
<style>
a { background-color: #DA0D50; }
a { background-color: rgb(218,13,80); }
div.DivClassName
{
background-color: #DA0D50;
}
.BgClassName
{
background-color: #DA0D50;
}
</style>
border-color css
<style>
span { border-color: #DA0D50; }
span { border-color: rgb(218,13,80); }
td.TdClassName
{
border-color: #DA0D50;
}
.TagClassName
{
border-color: #DA0D50;
}
</style>