Shades of Razzmatazz #DA0251
Tints of Razzmatazz #DA0251
RGB
CMYK
RGB Variations
Color information
#DA0251 (or 0xDA0251) is known color: Razzmatazz. HEX triplet: DA, 02 and 51. RGB value is (218,2,81). Sum of RGB (Red+Green+Blue) = 218+2+81=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 81 (32.03% from 255 or 26.91% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0251 is #25FDAE. Grayscale: #4B4B4B. Windows color (decimal): -2489775 or 5309146. OLE color: 5309146.
HSL color Cylindrical-coordinate representation of color #DA0251: hue angle of 338.06º degrees, saturation: 0.98, 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 #DA0251 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 81 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.15 |
| HSL | 338.06º | 0.98% | 0.43% | - |
| HSV(B) | 338.06º | 0.99% | 0.85% | - |
| XYZ | 30.42 | 15.54 | 9.18 | - |
| YUV | 75.59 | 131.06 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 81 | 0 | 0.99 | 0.63 | 0.15 | 338.06 | 0.98 | 0.43 |
| Hex | DA | 2 | 51 | 0 | 63 | 3F | F | 152 | 62 | 2B |
| Octal | 332 | 2 | 121 | 0 | 143 | 77 | 17 | 522 | 142 | 53 |
| Binary | 11011010 | 10 | 1010001 | 0 | 1100011 | 111111 | 1111 | 101010010 | 1100010 | 101011 |
Color Harmonies of #DA0251
Complementary color
Monochromatic Colors of #DA0251
Black with #DA0251
Text Example
Text Example
White with #DA0251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0251; }
p { color: rgb(218,2,81); }
H1.HeaderClassName
{
color: #DA0251;
}
.AnyTagClassName
{
color: #DA0251;
}
</style>
background-color css
<style>
a { background-color: #DA0251; }
a { background-color: rgb(218,2,81); }
div.DivClassName
{
background-color: #DA0251;
}
.BgClassName
{
background-color: #DA0251;
}
</style>
border-color css
<style>
span { border-color: #DA0251; }
span { border-color: rgb(218,2,81); }
td.TdClassName
{
border-color: #DA0251;
}
.TagClassName
{
border-color: #DA0251;
}
</style>