Shades of Razzmatazz #DA0B5B
Tints of Razzmatazz #DA0B5B
RGB
CMYK
RGB Variations
Color information
#DA0B5B (or 0xDA0B5B) is known color: Razzmatazz. HEX triplet: DA, 0B and 5B. RGB value is (218,11,91). Sum of RGB (Red+Green+Blue) = 218+11+91=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0B5B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0B5B is #25F4A4. Grayscale: #515151. Windows color (decimal): -2487461 or 5966810. OLE color: 5966810.
HSL color Cylindrical-coordinate representation of color #DA0B5B: hue angle of 336.81º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA0B5B is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 11 | 91 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.15 |
| HSL | 336.81º | 0.9% | 0.45% | - |
| HSV(B) | 336.81º | 0.95% | 0.85% | - |
| XYZ | 30.92 | 15.9 | 11.34 | - |
| YUV | 82.01 | 133.08 | 225 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 11 | 91 | 0 | 0.95 | 0.58 | 0.15 | 336.81 | 0.9 | 0.45 |
| Hex | DA | B | 5B | 0 | 5F | 3A | F | 151 | 5A | 2D |
| Octal | 332 | 13 | 133 | 0 | 137 | 72 | 17 | 521 | 132 | 55 |
| Binary | 11011010 | 1011 | 1011011 | 0 | 1011111 | 111010 | 1111 | 101010001 | 1011010 | 101101 |
Color Harmonies of #DA0B5B
Complementary color
Monochromatic Colors of #DA0B5B
Black with #DA0B5B
Text Example
Text Example
White with #DA0B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0B5B; }
p { color: rgb(218,11,91); }
H1.HeaderClassName
{
color: #DA0B5B;
}
.AnyTagClassName
{
color: #DA0B5B;
}
</style>
background-color css
<style>
a { background-color: #DA0B5B; }
a { background-color: rgb(218,11,91); }
div.DivClassName
{
background-color: #DA0B5B;
}
.BgClassName
{
background-color: #DA0B5B;
}
</style>
border-color css
<style>
span { border-color: #DA0B5B; }
span { border-color: rgb(218,11,91); }
td.TdClassName
{
border-color: #DA0B5B;
}
.TagClassName
{
border-color: #DA0B5B;
}
</style>