Shades of Razzmatazz #DA0350
Tints of Razzmatazz #DA0350
RGB
CMYK
RGB Variations
Color information
#DA0350 (or 0xDA0350) is known color: Razzmatazz. HEX triplet: DA, 03 and 50. RGB value is (218,3,80). Sum of RGB (Red+Green+Blue) = 218+3+80=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0350 is #25FCAF. Grayscale: #4B4B4B. Windows color (decimal): -2489520 or 5243866. OLE color: 5243866.
HSL color Cylindrical-coordinate representation of color #DA0350: hue angle of 338.51º 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 #DA0350 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 80 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.15 |
| HSL | 338.51º | 0.97% | 0.43% | - |
| HSV(B) | 338.51º | 0.99% | 0.85% | - |
| XYZ | 30.39 | 15.55 | 8.99 | - |
| YUV | 76.06 | 130.23 | 229.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 80 | 0 | 0.99 | 0.63 | 0.15 | 338.51 | 0.97 | 0.43 |
| Hex | DA | 3 | 50 | 0 | 63 | 3F | F | 153 | 61 | 2B |
| Octal | 332 | 3 | 120 | 0 | 143 | 77 | 17 | 523 | 141 | 53 |
| Binary | 11011010 | 11 | 1010000 | 0 | 1100011 | 111111 | 1111 | 101010011 | 1100001 | 101011 |
Color Harmonies of #DA0350
Complementary color
Monochromatic Colors of #DA0350
Black with #DA0350
Text Example
Text Example
White with #DA0350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0350; }
p { color: rgb(218,3,80); }
H1.HeaderClassName
{
color: #DA0350;
}
.AnyTagClassName
{
color: #DA0350;
}
</style>
background-color css
<style>
a { background-color: #DA0350; }
a { background-color: rgb(218,3,80); }
div.DivClassName
{
background-color: #DA0350;
}
.BgClassName
{
background-color: #DA0350;
}
</style>
border-color css
<style>
span { border-color: #DA0350; }
span { border-color: rgb(218,3,80); }
td.TdClassName
{
border-color: #DA0350;
}
.TagClassName
{
border-color: #DA0350;
}
</style>