Shades of Razzmatazz #DA0358
Tints of Razzmatazz #DA0358
RGB
CMYK
RGB Variations
Color information
#DA0358 (or 0xDA0358) is known color: Razzmatazz. HEX triplet: DA, 03 and 58. RGB value is (218,3,88). Sum of RGB (Red+Green+Blue) = 218+3+88=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0358 is #25FCA7. Grayscale: #4C4C4C. Windows color (decimal): -2489512 or 5768154. OLE color: 5768154.
HSL color Cylindrical-coordinate representation of color #DA0358: hue angle of 336.28º 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 #DA0358 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 88 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.15 |
| HSL | 336.28º | 0.97% | 0.43% | - |
| HSV(B) | 336.28º | 0.99% | 0.85% | - |
| XYZ | 30.71 | 15.68 | 10.64 | - |
| YUV | 76.98 | 134.23 | 228.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 88 | 0 | 0.99 | 0.60 | 0.15 | 336.28 | 0.97 | 0.43 |
| Hex | DA | 3 | 58 | 0 | 63 | 3C | F | 150 | 61 | 2B |
| Octal | 332 | 3 | 130 | 0 | 143 | 74 | 17 | 520 | 141 | 53 |
| Binary | 11011010 | 11 | 1011000 | 0 | 1100011 | 111100 | 1111 | 101010000 | 1100001 | 101011 |
Color Harmonies of #DA0358
Complementary color
Monochromatic Colors of #DA0358
Black with #DA0358
Text Example
Text Example
White with #DA0358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0358; }
p { color: rgb(218,3,88); }
H1.HeaderClassName
{
color: #DA0358;
}
.AnyTagClassName
{
color: #DA0358;
}
</style>
background-color css
<style>
a { background-color: #DA0358; }
a { background-color: rgb(218,3,88); }
div.DivClassName
{
background-color: #DA0358;
}
.BgClassName
{
background-color: #DA0358;
}
</style>
border-color css
<style>
span { border-color: #DA0358; }
span { border-color: rgb(218,3,88); }
td.TdClassName
{
border-color: #DA0358;
}
.TagClassName
{
border-color: #DA0358;
}
</style>