Shades of Razzmatazz #DA0555
Tints of Razzmatazz #DA0555
RGB
CMYK
RGB Variations
Color information
#DA0555 (or 0xDA0555) is known color: Razzmatazz. HEX triplet: DA, 05 and 55. RGB value is (218,5,85). Sum of RGB (Red+Green+Blue) = 218+5+85=308 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.78% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0555 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0555 is #25FAAA. Grayscale: #4D4D4D. Windows color (decimal): -2489003 or 5572058. OLE color: 5572058.
HSL color Cylindrical-coordinate representation of color #DA0555: hue angle of 337.46º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0555 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 85 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.15 |
| HSL | 337.46º | 0.96% | 0.44% | - |
| HSV(B) | 337.46º | 0.98% | 0.85% | - |
| XYZ | 30.61 | 15.67 | 10.01 | - |
| YUV | 77.81 | 132.07 | 228 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 85 | 0 | 0.98 | 0.61 | 0.15 | 337.46 | 0.96 | 0.44 |
| Hex | DA | 5 | 55 | 0 | 62 | 3D | F | 151 | 60 | 2C |
| Octal | 332 | 5 | 125 | 0 | 142 | 75 | 17 | 521 | 140 | 54 |
| Binary | 11011010 | 101 | 1010101 | 0 | 1100010 | 111101 | 1111 | 101010001 | 1100000 | 101100 |
Color Harmonies of #DA0555
Complementary color
Monochromatic Colors of #DA0555
Black with #DA0555
Text Example
Text Example
White with #DA0555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0555; }
p { color: rgb(218,5,85); }
H1.HeaderClassName
{
color: #DA0555;
}
.AnyTagClassName
{
color: #DA0555;
}
</style>
background-color css
<style>
a { background-color: #DA0555; }
a { background-color: rgb(218,5,85); }
div.DivClassName
{
background-color: #DA0555;
}
.BgClassName
{
background-color: #DA0555;
}
</style>
border-color css
<style>
span { border-color: #DA0555; }
span { border-color: rgb(218,5,85); }
td.TdClassName
{
border-color: #DA0555;
}
.TagClassName
{
border-color: #DA0555;
}
</style>