Shades of Razzmatazz #DA0D53
Tints of Razzmatazz #DA0D53
RGB
CMYK
RGB Variations
Color information
#DA0D53 (or 0xDA0D53) is known color: Razzmatazz. HEX triplet: DA, 0D and 53. RGB value is (218,13,83). Sum of RGB (Red+Green+Blue) = 218+13+83=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 13 (5.47% from 255 or 4.14% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0D53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0D53 is #25F2AC. Grayscale: #525252. Windows color (decimal): -2486957 or 5443034. OLE color: 5443034.
HSL color Cylindrical-coordinate representation of color #DA0D53: hue angle of 339.51º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0D53 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 13 | 83 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.15 |
| HSL | 339.51º | 0.89% | 0.45% | - |
| HSV(B) | 339.51º | 0.94% | 0.85% | - |
| XYZ | 30.62 | 15.82 | 9.62 | - |
| YUV | 82.28 | 128.42 | 224.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 13 | 83 | 0 | 0.94 | 0.62 | 0.15 | 339.51 | 0.89 | 0.45 |
| Hex | DA | D | 53 | 0 | 5E | 3E | F | 154 | 59 | 2D |
| Octal | 332 | 15 | 123 | 0 | 136 | 76 | 17 | 524 | 131 | 55 |
| Binary | 11011010 | 1101 | 1010011 | 0 | 1011110 | 111110 | 1111 | 101010100 | 1011001 | 101101 |
Color Harmonies of #DA0D53
Complementary color
Monochromatic Colors of #DA0D53
Black with #DA0D53
Text Example
Text Example
White with #DA0D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0D53; }
p { color: rgb(218,13,83); }
H1.HeaderClassName
{
color: #DA0D53;
}
.AnyTagClassName
{
color: #DA0D53;
}
</style>
background-color css
<style>
a { background-color: #DA0D53; }
a { background-color: rgb(218,13,83); }
div.DivClassName
{
background-color: #DA0D53;
}
.BgClassName
{
background-color: #DA0D53;
}
</style>
border-color css
<style>
span { border-color: #DA0D53; }
span { border-color: rgb(218,13,83); }
td.TdClassName
{
border-color: #DA0D53;
}
.TagClassName
{
border-color: #DA0D53;
}
</style>