Shades of Razzmatazz #DA0364
Tints of Razzmatazz #DA0364
RGB
CMYK
RGB Variations
Color information
#DA0364 (or 0xDA0364) is known color: Razzmatazz. HEX triplet: DA, 03 and 64. RGB value is (218,3,100). Sum of RGB (Red+Green+Blue) = 218+3+100=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0364 is #25FC9B. Grayscale: #4E4E4E. Windows color (decimal): -2489500 or 6554586. OLE color: 6554586.
HSL color Cylindrical-coordinate representation of color #DA0364: hue angle of 332.93º 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 #DA0364 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 100 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.15 |
| HSL | 332.93º | 0.97% | 0.43% | - |
| HSV(B) | 332.93º | 0.99% | 0.85% | - |
| XYZ | 31.25 | 15.89 | 13.48 | - |
| YUV | 78.34 | 140.23 | 227.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 100 | 0 | 0.99 | 0.54 | 0.15 | 332.93 | 0.97 | 0.43 |
| Hex | DA | 3 | 64 | 0 | 63 | 36 | F | 14D | 61 | 2B |
| Octal | 332 | 3 | 144 | 0 | 143 | 66 | 17 | 515 | 141 | 53 |
| Binary | 11011010 | 11 | 1100100 | 0 | 1100011 | 110110 | 1111 | 101001101 | 1100001 | 101011 |
Color Harmonies of #DA0364
Complementary color
Monochromatic Colors of #DA0364
Black with #DA0364
Text Example
Text Example
White with #DA0364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0364; }
p { color: rgb(218,3,100); }
H1.HeaderClassName
{
color: #DA0364;
}
.AnyTagClassName
{
color: #DA0364;
}
</style>
background-color css
<style>
a { background-color: #DA0364; }
a { background-color: rgb(218,3,100); }
div.DivClassName
{
background-color: #DA0364;
}
.BgClassName
{
background-color: #DA0364;
}
</style>
border-color css
<style>
span { border-color: #DA0364; }
span { border-color: rgb(218,3,100); }
td.TdClassName
{
border-color: #DA0364;
}
.TagClassName
{
border-color: #DA0364;
}
</style>