Shades of Razzmatazz #DA0356
Tints of Razzmatazz #DA0356
RGB
CMYK
RGB Variations
Color information
#DA0356 (or 0xDA0356) is known color: Razzmatazz. HEX triplet: DA, 03 and 56. RGB value is (218,3,86). Sum of RGB (Red+Green+Blue) = 218+3+86=307 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.01% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0356 is #25FCA9. Grayscale: #4C4C4C. Windows color (decimal): -2489514 or 5637082. OLE color: 5637082.
HSL color Cylindrical-coordinate representation of color #DA0356: hue angle of 336.84º 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 #DA0356 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 86 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.15 |
| HSL | 336.84º | 0.97% | 0.43% | - |
| HSV(B) | 336.84º | 0.99% | 0.85% | - |
| XYZ | 30.63 | 15.64 | 10.21 | - |
| YUV | 76.75 | 133.23 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 86 | 0 | 0.99 | 0.61 | 0.15 | 336.84 | 0.97 | 0.43 |
| Hex | DA | 3 | 56 | 0 | 63 | 3D | F | 151 | 61 | 2B |
| Octal | 332 | 3 | 126 | 0 | 143 | 75 | 17 | 521 | 141 | 53 |
| Binary | 11011010 | 11 | 1010110 | 0 | 1100011 | 111101 | 1111 | 101010001 | 1100001 | 101011 |
Color Harmonies of #DA0356
Complementary color
Monochromatic Colors of #DA0356
Black with #DA0356
Text Example
Text Example
White with #DA0356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0356; }
p { color: rgb(218,3,86); }
H1.HeaderClassName
{
color: #DA0356;
}
.AnyTagClassName
{
color: #DA0356;
}
</style>
background-color css
<style>
a { background-color: #DA0356; }
a { background-color: rgb(218,3,86); }
div.DivClassName
{
background-color: #DA0356;
}
.BgClassName
{
background-color: #DA0356;
}
</style>
border-color css
<style>
span { border-color: #DA0356; }
span { border-color: rgb(218,3,86); }
td.TdClassName
{
border-color: #DA0356;
}
.TagClassName
{
border-color: #DA0356;
}
</style>