Shades of Razzmatazz #DA0266
Tints of Razzmatazz #DA0266
RGB
CMYK
RGB Variations
Color information
#DA0266 (or 0xDA0266) is known color: Razzmatazz. HEX triplet: DA, 02 and 66. RGB value is (218,2,102). Sum of RGB (Red+Green+Blue) = 218+2+102=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 102 (40.23% from 255 or 31.68% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0266 is #25FD99. Grayscale: #4D4D4D. Windows color (decimal): -2489754 or 6685402. OLE color: 6685402.
HSL color Cylindrical-coordinate representation of color #DA0266: hue angle of 332.22º 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 #DA0266 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 102 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.15 |
| HSL | 332.22º | 0.98% | 0.43% | - |
| HSV(B) | 332.22º | 0.99% | 0.85% | - |
| XYZ | 31.33 | 15.91 | 13.99 | - |
| YUV | 77.98 | 141.56 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 102 | 0 | 0.99 | 0.53 | 0.15 | 332.22 | 0.98 | 0.43 |
| Hex | DA | 2 | 66 | 0 | 63 | 35 | F | 14C | 62 | 2B |
| Octal | 332 | 2 | 146 | 0 | 143 | 65 | 17 | 514 | 142 | 53 |
| Binary | 11011010 | 10 | 1100110 | 0 | 1100011 | 110101 | 1111 | 101001100 | 1100010 | 101011 |
Color Harmonies of #DA0266
Complementary color
Monochromatic Colors of #DA0266
Black with #DA0266
Text Example
Text Example
White with #DA0266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0266; }
p { color: rgb(218,2,102); }
H1.HeaderClassName
{
color: #DA0266;
}
.AnyTagClassName
{
color: #DA0266;
}
</style>
background-color css
<style>
a { background-color: #DA0266; }
a { background-color: rgb(218,2,102); }
div.DivClassName
{
background-color: #DA0266;
}
.BgClassName
{
background-color: #DA0266;
}
</style>
border-color css
<style>
span { border-color: #DA0266; }
span { border-color: rgb(218,2,102); }
td.TdClassName
{
border-color: #DA0266;
}
.TagClassName
{
border-color: #DA0266;
}
</style>