Shades of Razzmatazz #DA0261
Tints of Razzmatazz #DA0261
RGB
CMYK
RGB Variations
Color information
#DA0261 (or 0xDA0261) is known color: Razzmatazz. HEX triplet: DA, 02 and 61. RGB value is (218,2,97). Sum of RGB (Red+Green+Blue) = 218+2+97=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0261 is #25FD9E. Grayscale: #4D4D4D. Windows color (decimal): -2489759 or 6357722. OLE color: 6357722.
HSL color Cylindrical-coordinate representation of color #DA0261: hue angle of 333.61º 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 #DA0261 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 97 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.15 |
| HSL | 333.61º | 0.98% | 0.43% | - |
| HSV(B) | 333.61º | 0.99% | 0.85% | - |
| XYZ | 31.09 | 15.81 | 12.72 | - |
| YUV | 77.41 | 139.06 | 228.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 97 | 0 | 0.99 | 0.56 | 0.15 | 333.61 | 0.98 | 0.43 |
| Hex | DA | 2 | 61 | 0 | 63 | 38 | F | 14E | 62 | 2B |
| Octal | 332 | 2 | 141 | 0 | 143 | 70 | 17 | 516 | 142 | 53 |
| Binary | 11011010 | 10 | 1100001 | 0 | 1100011 | 111000 | 1111 | 101001110 | 1100010 | 101011 |
Color Harmonies of #DA0261
Complementary color
Monochromatic Colors of #DA0261
Black with #DA0261
Text Example
Text Example
White with #DA0261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0261; }
p { color: rgb(218,2,97); }
H1.HeaderClassName
{
color: #DA0261;
}
.AnyTagClassName
{
color: #DA0261;
}
</style>
background-color css
<style>
a { background-color: #DA0261; }
a { background-color: rgb(218,2,97); }
div.DivClassName
{
background-color: #DA0261;
}
.BgClassName
{
background-color: #DA0261;
}
</style>
border-color css
<style>
span { border-color: #DA0261; }
span { border-color: rgb(218,2,97); }
td.TdClassName
{
border-color: #DA0261;
}
.TagClassName
{
border-color: #DA0261;
}
</style>