Shades of Razzmatazz #DA0153
Tints of Razzmatazz #DA0153
RGB
CMYK
RGB Variations
Color information
#DA0153 (or 0xDA0153) is known color: Razzmatazz. HEX triplet: DA, 01 and 53. RGB value is (218,1,83). Sum of RGB (Red+Green+Blue) = 218+1+83=302 (40% of max value = 765). Red value is 218 (85.55% from 255 or 72.19% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0153 is #25FEAC. Grayscale: #4B4B4B. Windows color (decimal): -2490029 or 5439962. OLE color: 5439962.
HSL color Cylindrical-coordinate representation of color #DA0153: hue angle of 337.33º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0153 is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 83 | - |
| CMYK | 0 | 1.00 | 0.62 | 0.15 |
| HSL | 337.33º | 0.99% | 0.43% | - |
| HSV(B) | 337.33º | 1% | 0.85% | - |
| XYZ | 30.49 | 15.55 | 9.58 | - |
| YUV | 75.23 | 132.39 | 229.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 83 | 0 | 1.00 | 0.62 | 0.15 | 337.33 | 0.99 | 0.43 |
| Hex | DA | 1 | 53 | 0 | 64 | 3E | F | 151 | 63 | 2B |
| Octal | 332 | 1 | 123 | 0 | 144 | 76 | 17 | 521 | 143 | 53 |
| Binary | 11011010 | 1 | 1010011 | 0 | 1100100 | 111110 | 1111 | 101010001 | 1100011 | 101011 |
Color Harmonies of #DA0153
Complementary color
Monochromatic Colors of #DA0153
Black with #DA0153
Text Example
Text Example
White with #DA0153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0153; }
p { color: rgb(218,1,83); }
H1.HeaderClassName
{
color: #DA0153;
}
.AnyTagClassName
{
color: #DA0153;
}
</style>
background-color css
<style>
a { background-color: #DA0153; }
a { background-color: rgb(218,1,83); }
div.DivClassName
{
background-color: #DA0153;
}
.BgClassName
{
background-color: #DA0153;
}
</style>
border-color css
<style>
span { border-color: #DA0153; }
span { border-color: rgb(218,1,83); }
td.TdClassName
{
border-color: #DA0153;
}
.TagClassName
{
border-color: #DA0153;
}
</style>