Shades of Razzmatazz #DA0651
Tints of Razzmatazz #DA0651
RGB
CMYK
RGB Variations
Color information
#DA0651 (or 0xDA0651) is known color: Razzmatazz. HEX triplet: DA, 06 and 51. RGB value is (218,6,81). Sum of RGB (Red+Green+Blue) = 218+6+81=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0651 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0651 is #25F9AE. Grayscale: #4D4D4D. Windows color (decimal): -2488751 or 5310170. OLE color: 5310170.
HSL color Cylindrical-coordinate representation of color #DA0651: hue angle of 338.77º 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 #DA0651 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 81 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.15 |
| HSL | 338.77º | 0.95% | 0.44% | - |
| HSV(B) | 338.77º | 0.97% | 0.85% | - |
| XYZ | 30.46 | 15.63 | 9.2 | - |
| YUV | 77.94 | 129.74 | 227.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 81 | 0 | 0.97 | 0.63 | 0.15 | 338.77 | 0.95 | 0.44 |
| Hex | DA | 6 | 51 | 0 | 61 | 3F | F | 153 | 5F | 2C |
| Octal | 332 | 6 | 121 | 0 | 141 | 77 | 17 | 523 | 137 | 54 |
| Binary | 11011010 | 110 | 1010001 | 0 | 1100001 | 111111 | 1111 | 101010011 | 1011111 | 101100 |
Color Harmonies of #DA0651
Complementary color
Monochromatic Colors of #DA0651
Black with #DA0651
Text Example
Text Example
White with #DA0651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0651; }
p { color: rgb(218,6,81); }
H1.HeaderClassName
{
color: #DA0651;
}
.AnyTagClassName
{
color: #DA0651;
}
</style>
background-color css
<style>
a { background-color: #DA0651; }
a { background-color: rgb(218,6,81); }
div.DivClassName
{
background-color: #DA0651;
}
.BgClassName
{
background-color: #DA0651;
}
</style>
border-color css
<style>
span { border-color: #DA0651; }
span { border-color: rgb(218,6,81); }
td.TdClassName
{
border-color: #DA0651;
}
.TagClassName
{
border-color: #DA0651;
}
</style>