Shades of Razzmatazz #DA0953
Tints of Razzmatazz #DA0953
RGB
CMYK
RGB Variations
Color information
#DA0953 (or 0xDA0953) is known color: Razzmatazz. HEX triplet: DA, 09 and 53. RGB value is (218,9,83). Sum of RGB (Red+Green+Blue) = 218+9+83=310 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.32% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0953 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0953 is #25F6AC. Grayscale: #4F4F4F. Windows color (decimal): -2487981 or 5442010. OLE color: 5442010.
HSL color Cylindrical-coordinate representation of color #DA0953: hue angle of 338.76º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA0953 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 83 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.15 |
| HSL | 338.76º | 0.92% | 0.45% | - |
| HSV(B) | 338.76º | 0.96% | 0.85% | - |
| XYZ | 30.57 | 15.73 | 9.61 | - |
| YUV | 79.93 | 129.74 | 226.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 83 | 0 | 0.96 | 0.62 | 0.15 | 338.76 | 0.92 | 0.45 |
| Hex | DA | 9 | 53 | 0 | 60 | 3E | F | 153 | 5C | 2D |
| Octal | 332 | 11 | 123 | 0 | 140 | 76 | 17 | 523 | 134 | 55 |
| Binary | 11011010 | 1001 | 1010011 | 0 | 1100000 | 111110 | 1111 | 101010011 | 1011100 | 101101 |
Color Harmonies of #DA0953
Complementary color
Monochromatic Colors of #DA0953
Black with #DA0953
Text Example
Text Example
White with #DA0953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0953; }
p { color: rgb(218,9,83); }
H1.HeaderClassName
{
color: #DA0953;
}
.AnyTagClassName
{
color: #DA0953;
}
</style>
background-color css
<style>
a { background-color: #DA0953; }
a { background-color: rgb(218,9,83); }
div.DivClassName
{
background-color: #DA0953;
}
.BgClassName
{
background-color: #DA0953;
}
</style>
border-color css
<style>
span { border-color: #DA0953; }
span { border-color: rgb(218,9,83); }
td.TdClassName
{
border-color: #DA0953;
}
.TagClassName
{
border-color: #DA0953;
}
</style>