Shades of Razzmatazz #DA0F52
Tints of Razzmatazz #DA0F52
RGB
CMYK
RGB Variations
Color information
#DA0F52 (or 0xDA0F52) is known color: Razzmatazz. HEX triplet: DA, 0F and 52. RGB value is (218,15,82). Sum of RGB (Red+Green+Blue) = 218+15+82=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0F52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0F52 is #25F0AD. Grayscale: #535353. Windows color (decimal): -2486446 or 5378010. OLE color: 5378010.
HSL color Cylindrical-coordinate representation of color #DA0F52: hue angle of 340.2º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA0F52 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 82 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.15 |
| HSL | 340.2º | 0.87% | 0.46% | - |
| HSV(B) | 340.2º | 0.93% | 0.85% | - |
| XYZ | 30.61 | 15.86 | 9.43 | - |
| YUV | 83.34 | 127.25 | 224.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 82 | 0 | 0.93 | 0.62 | 0.15 | 340.2 | 0.87 | 0.46 |
| Hex | DA | F | 52 | 0 | 5D | 3E | F | 154 | 57 | 2E |
| Octal | 332 | 17 | 122 | 0 | 135 | 76 | 17 | 524 | 127 | 56 |
| Binary | 11011010 | 1111 | 1010010 | 0 | 1011101 | 111110 | 1111 | 101010100 | 1010111 | 101110 |
Color Harmonies of #DA0F52
Complementary color
Monochromatic Colors of #DA0F52
Black with #DA0F52
Text Example
Text Example
White with #DA0F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0F52; }
p { color: rgb(218,15,82); }
H1.HeaderClassName
{
color: #DA0F52;
}
.AnyTagClassName
{
color: #DA0F52;
}
</style>
background-color css
<style>
a { background-color: #DA0F52; }
a { background-color: rgb(218,15,82); }
div.DivClassName
{
background-color: #DA0F52;
}
.BgClassName
{
background-color: #DA0F52;
}
</style>
border-color css
<style>
span { border-color: #DA0F52; }
span { border-color: rgb(218,15,82); }
td.TdClassName
{
border-color: #DA0F52;
}
.TagClassName
{
border-color: #DA0F52;
}
</style>