Shades of Razzmatazz #DA095D
Tints of Razzmatazz #DA095D
RGB
CMYK
RGB Variations
Color information
#DA095D (or 0xDA095D) is known color: Razzmatazz. HEX triplet: DA, 09 and 5D. RGB value is (218,9,93). Sum of RGB (Red+Green+Blue) = 218+9+93=320 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.12% from 320); Green value is 9 (3.91% from 255 or 2.81% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 218 - color contains mainly: red. Hex color #DA095D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA095D is #25F6A2. Grayscale: #505050. Windows color (decimal): -2487971 or 6097370. OLE color: 6097370.
HSL color Cylindrical-coordinate representation of color #DA095D: hue angle of 335.89º 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 #DA095D is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 93 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.15 |
| HSL | 335.89º | 0.92% | 0.45% | - |
| HSV(B) | 335.89º | 0.96% | 0.85% | - |
| XYZ | 30.99 | 15.89 | 11.79 | - |
| YUV | 81.07 | 134.74 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 93 | 0 | 0.96 | 0.57 | 0.15 | 335.89 | 0.92 | 0.45 |
| Hex | DA | 9 | 5D | 0 | 60 | 39 | F | 150 | 5C | 2D |
| Octal | 332 | 11 | 135 | 0 | 140 | 71 | 17 | 520 | 134 | 55 |
| Binary | 11011010 | 1001 | 1011101 | 0 | 1100000 | 111001 | 1111 | 101010000 | 1011100 | 101101 |
Color Harmonies of #DA095D
Complementary color
Monochromatic Colors of #DA095D
Black with #DA095D
Text Example
Text Example
White with #DA095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA095D; }
p { color: rgb(218,9,93); }
H1.HeaderClassName
{
color: #DA095D;
}
.AnyTagClassName
{
color: #DA095D;
}
</style>
background-color css
<style>
a { background-color: #DA095D; }
a { background-color: rgb(218,9,93); }
div.DivClassName
{
background-color: #DA095D;
}
.BgClassName
{
background-color: #DA095D;
}
</style>
border-color css
<style>
span { border-color: #DA095D; }
span { border-color: rgb(218,9,93); }
td.TdClassName
{
border-color: #DA095D;
}
.TagClassName
{
border-color: #DA095D;
}
</style>