Shades of Razzmatazz #DA0662
Tints of Razzmatazz #DA0662
RGB
CMYK
RGB Variations
Color information
#DA0662 (or 0xDA0662) is known color: Razzmatazz. HEX triplet: DA, 06 and 62. RGB value is (218,6,98). Sum of RGB (Red+Green+Blue) = 218+6+98=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0662 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0662 is #25F99D. Grayscale: #4F4F4F. Windows color (decimal): -2488734 or 6424282. OLE color: 6424282.
HSL color Cylindrical-coordinate representation of color #DA0662: hue angle of 333.96º 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 #DA0662 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 6 | 98 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.15 |
| HSL | 333.96º | 0.95% | 0.44% | - |
| HSV(B) | 333.96º | 0.97% | 0.85% | - |
| XYZ | 31.18 | 15.92 | 12.98 | - |
| YUV | 79.88 | 138.24 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 6 | 98 | 0 | 0.97 | 0.55 | 0.15 | 333.96 | 0.95 | 0.44 |
| Hex | DA | 6 | 62 | 0 | 61 | 37 | F | 14E | 5F | 2C |
| Octal | 332 | 6 | 142 | 0 | 141 | 67 | 17 | 516 | 137 | 54 |
| Binary | 11011010 | 110 | 1100010 | 0 | 1100001 | 110111 | 1111 | 101001110 | 1011111 | 101100 |
Color Harmonies of #DA0662
Complementary color
Monochromatic Colors of #DA0662
Black with #DA0662
Text Example
Text Example
White with #DA0662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0662; }
p { color: rgb(218,6,98); }
H1.HeaderClassName
{
color: #DA0662;
}
.AnyTagClassName
{
color: #DA0662;
}
</style>
background-color css
<style>
a { background-color: #DA0662; }
a { background-color: rgb(218,6,98); }
div.DivClassName
{
background-color: #DA0662;
}
.BgClassName
{
background-color: #DA0662;
}
</style>
border-color css
<style>
span { border-color: #DA0662; }
span { border-color: rgb(218,6,98); }
td.TdClassName
{
border-color: #DA0662;
}
.TagClassName
{
border-color: #DA0662;
}
</style>