Shades of Razzmatazz #DA0856
Tints of Razzmatazz #DA0856
RGB
CMYK
RGB Variations
Color information
#DA0856 (or 0xDA0856) is known color: Razzmatazz. HEX triplet: DA, 08 and 56. RGB value is (218,8,86). Sum of RGB (Red+Green+Blue) = 218+8+86=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 8 (3.52% from 255 or 2.56% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0856 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0856 is #25F7A9. Grayscale: #4F4F4F. Windows color (decimal): -2488234 or 5638362. OLE color: 5638362.
HSL color Cylindrical-coordinate representation of color #DA0856: hue angle of 337.71º 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 #DA0856 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 86 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.15 |
| HSL | 337.71º | 0.93% | 0.44% | - |
| HSV(B) | 337.71º | 0.96% | 0.85% | - |
| XYZ | 30.68 | 15.75 | 10.23 | - |
| YUV | 79.68 | 131.57 | 226.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 86 | 0 | 0.96 | 0.61 | 0.15 | 337.71 | 0.93 | 0.44 |
| Hex | DA | 8 | 56 | 0 | 60 | 3D | F | 152 | 5D | 2C |
| Octal | 332 | 10 | 126 | 0 | 140 | 75 | 17 | 522 | 135 | 54 |
| Binary | 11011010 | 1000 | 1010110 | 0 | 1100000 | 111101 | 1111 | 101010010 | 1011101 | 101100 |
Color Harmonies of #DA0856
Complementary color
Monochromatic Colors of #DA0856
Black with #DA0856
Text Example
Text Example
White with #DA0856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0856; }
p { color: rgb(218,8,86); }
H1.HeaderClassName
{
color: #DA0856;
}
.AnyTagClassName
{
color: #DA0856;
}
</style>
background-color css
<style>
a { background-color: #DA0856; }
a { background-color: rgb(218,8,86); }
div.DivClassName
{
background-color: #DA0856;
}
.BgClassName
{
background-color: #DA0856;
}
</style>
border-color css
<style>
span { border-color: #DA0856; }
span { border-color: rgb(218,8,86); }
td.TdClassName
{
border-color: #DA0856;
}
.TagClassName
{
border-color: #DA0856;
}
</style>