Shades of Razzmatazz #DA0855
Tints of Razzmatazz #DA0855
RGB
CMYK
RGB Variations
Color information
#DA0855 (or 0xDA0855) is known color: Razzmatazz. HEX triplet: DA, 08 and 55. RGB value is (218,8,85). Sum of RGB (Red+Green+Blue) = 218+8+85=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0855 is #25F7AA. Grayscale: #4F4F4F. Windows color (decimal): -2488235 or 5572826. OLE color: 5572826.
HSL color Cylindrical-coordinate representation of color #DA0855: hue angle of 338º 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 #DA0855 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 85 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.15 |
| HSL | 338º | 0.93% | 0.44% | - |
| HSV(B) | 338º | 0.96% | 0.85% | - |
| XYZ | 30.64 | 15.73 | 10.02 | - |
| YUV | 79.57 | 131.07 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 85 | 0 | 0.96 | 0.61 | 0.15 | 338 | 0.93 | 0.44 |
| Hex | DA | 8 | 55 | 0 | 60 | 3D | F | 152 | 5D | 2C |
| Octal | 332 | 10 | 125 | 0 | 140 | 75 | 17 | 522 | 135 | 54 |
| Binary | 11011010 | 1000 | 1010101 | 0 | 1100000 | 111101 | 1111 | 101010010 | 1011101 | 101100 |
Color Harmonies of #DA0855
Complementary color
Monochromatic Colors of #DA0855
Black with #DA0855
Text Example
Text Example
White with #DA0855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0855; }
p { color: rgb(218,8,85); }
H1.HeaderClassName
{
color: #DA0855;
}
.AnyTagClassName
{
color: #DA0855;
}
</style>
background-color css
<style>
a { background-color: #DA0855; }
a { background-color: rgb(218,8,85); }
div.DivClassName
{
background-color: #DA0855;
}
.BgClassName
{
background-color: #DA0855;
}
</style>
border-color css
<style>
span { border-color: #DA0855; }
span { border-color: rgb(218,8,85); }
td.TdClassName
{
border-color: #DA0855;
}
.TagClassName
{
border-color: #DA0855;
}
</style>