Shades of Razzmatazz #DA0755
Tints of Razzmatazz #DA0755
RGB
CMYK
RGB Variations
Color information
#DA0755 (or 0xDA0755) is known color: Razzmatazz. HEX triplet: DA, 07 and 55. RGB value is (218,7,85). Sum of RGB (Red+Green+Blue) = 218+7+85=310 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.32% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0755 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0755 is #25F8AA. Grayscale: #4E4E4E. Windows color (decimal): -2488491 or 5572570. OLE color: 5572570.
HSL color Cylindrical-coordinate representation of color #DA0755: hue angle of 337.82º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DA0755 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 7 | 85 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.15 |
| HSL | 337.82º | 0.94% | 0.44% | - |
| HSV(B) | 337.82º | 0.97% | 0.85% | - |
| XYZ | 30.63 | 15.71 | 10.01 | - |
| YUV | 78.98 | 131.4 | 227.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 7 | 85 | 0 | 0.97 | 0.61 | 0.15 | 337.82 | 0.94 | 0.44 |
| Hex | DA | 7 | 55 | 0 | 61 | 3D | F | 152 | 5E | 2C |
| Octal | 332 | 7 | 125 | 0 | 141 | 75 | 17 | 522 | 136 | 54 |
| Binary | 11011010 | 111 | 1010101 | 0 | 1100001 | 111101 | 1111 | 101010010 | 1011110 | 101100 |
Color Harmonies of #DA0755
Complementary color
Monochromatic Colors of #DA0755
Black with #DA0755
Text Example
Text Example
White with #DA0755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0755; }
p { color: rgb(218,7,85); }
H1.HeaderClassName
{
color: #DA0755;
}
.AnyTagClassName
{
color: #DA0755;
}
</style>
background-color css
<style>
a { background-color: #DA0755; }
a { background-color: rgb(218,7,85); }
div.DivClassName
{
background-color: #DA0755;
}
.BgClassName
{
background-color: #DA0755;
}
</style>
border-color css
<style>
span { border-color: #DA0755; }
span { border-color: rgb(218,7,85); }
td.TdClassName
{
border-color: #DA0755;
}
.TagClassName
{
border-color: #DA0755;
}
</style>