Shades of Razzmatazz #DA0850
Tints of Razzmatazz #DA0850
RGB
CMYK
RGB Variations
Color information
#DA0850 (or 0xDA0850) is known color: Razzmatazz. HEX triplet: DA, 08 and 50. RGB value is (218,8,80). Sum of RGB (Red+Green+Blue) = 218+8+80=306 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.24% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0850 is #25F7AF. Grayscale: #4E4E4E. Windows color (decimal): -2488240 or 5245146. OLE color: 5245146.
HSL color Cylindrical-coordinate representation of color #DA0850: hue angle of 339.43º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0850 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 80 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.15 |
| HSL | 339.43º | 0.93% | 0.44% | - |
| HSV(B) | 339.43º | 0.96% | 0.85% | - |
| XYZ | 30.45 | 15.66 | 9.01 | - |
| YUV | 79 | 128.57 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 80 | 0 | 0.96 | 0.63 | 0.15 | 339.43 | 0.93 | 0.44 |
| Hex | DA | 8 | 50 | 0 | 60 | 3F | F | 153 | 5D | 2C |
| Octal | 332 | 10 | 120 | 0 | 140 | 77 | 17 | 523 | 135 | 54 |
| Binary | 11011010 | 1000 | 1010000 | 0 | 1100000 | 111111 | 1111 | 101010011 | 1011101 | 101100 |
Color Harmonies of #DA0850
Complementary color
Monochromatic Colors of #DA0850
Black with #DA0850
Text Example
Text Example
White with #DA0850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0850; }
p { color: rgb(218,8,80); }
H1.HeaderClassName
{
color: #DA0850;
}
.AnyTagClassName
{
color: #DA0850;
}
</style>
background-color css
<style>
a { background-color: #DA0850; }
a { background-color: rgb(218,8,80); }
div.DivClassName
{
background-color: #DA0850;
}
.BgClassName
{
background-color: #DA0850;
}
</style>
border-color css
<style>
span { border-color: #DA0850; }
span { border-color: rgb(218,8,80); }
td.TdClassName
{
border-color: #DA0850;
}
.TagClassName
{
border-color: #DA0850;
}
</style>