Shades of Razzmatazz #DA0265
Tints of Razzmatazz #DA0265
RGB
CMYK
RGB Variations
Color information
#DA0265 (or 0xDA0265) is known color: Razzmatazz. HEX triplet: DA, 02 and 65. RGB value is (218,2,101). Sum of RGB (Red+Green+Blue) = 218+2+101=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 2 (1.17% from 255 or 0.62% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0265 is #25FD9A. Grayscale: #4D4D4D. Windows color (decimal): -2489755 or 6619866. OLE color: 6619866.
HSL color Cylindrical-coordinate representation of color #DA0265: hue angle of 332.5º 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 #DA0265 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 101 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.15 |
| HSL | 332.5º | 0.98% | 0.43% | - |
| HSV(B) | 332.5º | 0.99% | 0.85% | - |
| XYZ | 31.28 | 15.89 | 13.73 | - |
| YUV | 77.87 | 141.06 | 227.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 101 | 0 | 0.99 | 0.54 | 0.15 | 332.5 | 0.98 | 0.43 |
| Hex | DA | 2 | 65 | 0 | 63 | 36 | F | 14C | 62 | 2B |
| Octal | 332 | 2 | 145 | 0 | 143 | 66 | 17 | 514 | 142 | 53 |
| Binary | 11011010 | 10 | 1100101 | 0 | 1100011 | 110110 | 1111 | 101001100 | 1100010 | 101011 |
Color Harmonies of #DA0265
Complementary color
Monochromatic Colors of #DA0265
Black with #DA0265
Text Example
Text Example
White with #DA0265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0265; }
p { color: rgb(218,2,101); }
H1.HeaderClassName
{
color: #DA0265;
}
.AnyTagClassName
{
color: #DA0265;
}
</style>
background-color css
<style>
a { background-color: #DA0265; }
a { background-color: rgb(218,2,101); }
div.DivClassName
{
background-color: #DA0265;
}
.BgClassName
{
background-color: #DA0265;
}
</style>
border-color css
<style>
span { border-color: #DA0265; }
span { border-color: rgb(218,2,101); }
td.TdClassName
{
border-color: #DA0265;
}
.TagClassName
{
border-color: #DA0265;
}
</style>