Shades of Razzmatazz #DA085B
Tints of Razzmatazz #DA085B
RGB
CMYK
RGB Variations
Color information
#DA085B (or 0xDA085B) is known color: Razzmatazz. HEX triplet: DA, 08 and 5B. RGB value is (218,8,91). Sum of RGB (Red+Green+Blue) = 218+8+91=317 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.77% from 317); Green value is 8 (3.52% from 255 or 2.52% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 218 - color contains mainly: red. Hex color #DA085B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA085B is #25F7A4. Grayscale: #505050. Windows color (decimal): -2488229 or 5966042. OLE color: 5966042.
HSL color Cylindrical-coordinate representation of color #DA085B: hue angle of 336.29º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA085B is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 91 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.15 |
| HSL | 336.29º | 0.93% | 0.44% | - |
| HSV(B) | 336.29º | 0.96% | 0.85% | - |
| XYZ | 30.89 | 15.83 | 11.33 | - |
| YUV | 80.25 | 134.07 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 91 | 0 | 0.96 | 0.58 | 0.15 | 336.29 | 0.93 | 0.44 |
| Hex | DA | 8 | 5B | 0 | 60 | 3A | F | 150 | 5D | 2C |
| Octal | 332 | 10 | 133 | 0 | 140 | 72 | 17 | 520 | 135 | 54 |
| Binary | 11011010 | 1000 | 1011011 | 0 | 1100000 | 111010 | 1111 | 101010000 | 1011101 | 101100 |
Color Harmonies of #DA085B
Complementary color
Monochromatic Colors of #DA085B
Black with #DA085B
Text Example
Text Example
White with #DA085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA085B; }
p { color: rgb(218,8,91); }
H1.HeaderClassName
{
color: #DA085B;
}
.AnyTagClassName
{
color: #DA085B;
}
</style>
background-color css
<style>
a { background-color: #DA085B; }
a { background-color: rgb(218,8,91); }
div.DivClassName
{
background-color: #DA085B;
}
.BgClassName
{
background-color: #DA085B;
}
</style>
border-color css
<style>
span { border-color: #DA085B; }
span { border-color: rgb(218,8,91); }
td.TdClassName
{
border-color: #DA085B;
}
.TagClassName
{
border-color: #DA085B;
}
</style>