Shades of Razzmatazz #DA095C
Tints of Razzmatazz #DA095C
RGB
CMYK
RGB Variations
Color information
#DA095C (or 0xDA095C) is known color: Razzmatazz. HEX triplet: DA, 09 and 5C. RGB value is (218,9,92). Sum of RGB (Red+Green+Blue) = 218+9+92=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA095C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA095C is #25F6A3. Grayscale: #505050. Windows color (decimal): -2487972 or 6031834. OLE color: 6031834.
HSL color Cylindrical-coordinate representation of color #DA095C: hue angle of 336.17º 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 #DA095C is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 92 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.15 |
| HSL | 336.17º | 0.92% | 0.45% | - |
| HSV(B) | 336.17º | 0.96% | 0.85% | - |
| XYZ | 30.94 | 15.87 | 11.56 | - |
| YUV | 80.95 | 134.24 | 225.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 92 | 0 | 0.96 | 0.58 | 0.15 | 336.17 | 0.92 | 0.45 |
| Hex | DA | 9 | 5C | 0 | 60 | 3A | F | 150 | 5C | 2D |
| Octal | 332 | 11 | 134 | 0 | 140 | 72 | 17 | 520 | 134 | 55 |
| Binary | 11011010 | 1001 | 1011100 | 0 | 1100000 | 111010 | 1111 | 101010000 | 1011100 | 101101 |
Color Harmonies of #DA095C
Complementary color
Monochromatic Colors of #DA095C
Black with #DA095C
Text Example
Text Example
White with #DA095C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA095C; }
p { color: rgb(218,9,92); }
H1.HeaderClassName
{
color: #DA095C;
}
.AnyTagClassName
{
color: #DA095C;
}
</style>
background-color css
<style>
a { background-color: #DA095C; }
a { background-color: rgb(218,9,92); }
div.DivClassName
{
background-color: #DA095C;
}
.BgClassName
{
background-color: #DA095C;
}
</style>
border-color css
<style>
span { border-color: #DA095C; }
span { border-color: rgb(218,9,92); }
td.TdClassName
{
border-color: #DA095C;
}
.TagClassName
{
border-color: #DA095C;
}
</style>