Shades of Razzmatazz #DA0655
Tints of Razzmatazz #DA0655
RGB
CMYK
RGB Variations
Color information
#DA0655 (or 0xDA0655) is known color: Razzmatazz. HEX triplet: DA, 06 and 55. RGB value is (218,6,85). Sum of RGB (Red+Green+Blue) = 218+6+85=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 6 (2.73% from 255 or 1.94% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0655 is #25F9AA. Grayscale: #4E4E4E. Windows color (decimal): -2488747 or 5572314. OLE color: 5572314.
HSL color Cylindrical-coordinate representation of color #DA0655: hue angle of 337.64º degrees, saturation: 0.95, 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 #DA0655 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 85 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.15 |
| HSL | 337.64º | 0.95% | 0.44% | - |
| HSV(B) | 337.64º | 0.97% | 0.85% | - |
| XYZ | 30.62 | 15.69 | 10.01 | - |
| YUV | 78.39 | 131.74 | 227.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 85 | 0 | 0.97 | 0.61 | 0.15 | 337.64 | 0.95 | 0.44 |
| Hex | DA | 6 | 55 | 0 | 61 | 3D | F | 152 | 5F | 2C |
| Octal | 332 | 6 | 125 | 0 | 141 | 75 | 17 | 522 | 137 | 54 |
| Binary | 11011010 | 110 | 1010101 | 0 | 1100001 | 111101 | 1111 | 101010010 | 1011111 | 101100 |
Color Harmonies of #DA0655
Complementary color
Monochromatic Colors of #DA0655
Black with #DA0655
Text Example
Text Example
White with #DA0655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0655; }
p { color: rgb(218,6,85); }
H1.HeaderClassName
{
color: #DA0655;
}
.AnyTagClassName
{
color: #DA0655;
}
</style>
background-color css
<style>
a { background-color: #DA0655; }
a { background-color: rgb(218,6,85); }
div.DivClassName
{
background-color: #DA0655;
}
.BgClassName
{
background-color: #DA0655;
}
</style>
border-color css
<style>
span { border-color: #DA0655; }
span { border-color: rgb(218,6,85); }
td.TdClassName
{
border-color: #DA0655;
}
.TagClassName
{
border-color: #DA0655;
}
</style>