Shades of Razzmatazz #DA0362
Tints of Razzmatazz #DA0362
RGB
CMYK
RGB Variations
Color information
#DA0362 (or 0xDA0362) is known color: Razzmatazz. HEX triplet: DA, 03 and 62. RGB value is (218,3,98). Sum of RGB (Red+Green+Blue) = 218+3+98=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0362 is #25FC9D. Grayscale: #4D4D4D. Windows color (decimal): -2489502 or 6423514. OLE color: 6423514.
HSL color Cylindrical-coordinate representation of color #DA0362: hue angle of 333.49º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA0362 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 98 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.15 |
| HSL | 333.49º | 0.97% | 0.43% | - |
| HSV(B) | 333.49º | 0.99% | 0.85% | - |
| XYZ | 31.15 | 15.85 | 12.97 | - |
| YUV | 78.12 | 139.23 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 98 | 0 | 0.99 | 0.55 | 0.15 | 333.49 | 0.97 | 0.43 |
| Hex | DA | 3 | 62 | 0 | 63 | 37 | F | 14D | 61 | 2B |
| Octal | 332 | 3 | 142 | 0 | 143 | 67 | 17 | 515 | 141 | 53 |
| Binary | 11011010 | 11 | 1100010 | 0 | 1100011 | 110111 | 1111 | 101001101 | 1100001 | 101011 |
Color Harmonies of #DA0362
Complementary color
Monochromatic Colors of #DA0362
Black with #DA0362
Text Example
Text Example
White with #DA0362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0362; }
p { color: rgb(218,3,98); }
H1.HeaderClassName
{
color: #DA0362;
}
.AnyTagClassName
{
color: #DA0362;
}
</style>
background-color css
<style>
a { background-color: #DA0362; }
a { background-color: rgb(218,3,98); }
div.DivClassName
{
background-color: #DA0362;
}
.BgClassName
{
background-color: #DA0362;
}
</style>
border-color css
<style>
span { border-color: #DA0362; }
span { border-color: rgb(218,3,98); }
td.TdClassName
{
border-color: #DA0362;
}
.TagClassName
{
border-color: #DA0362;
}
</style>