Shades of Razzmatazz #DA095E
Tints of Razzmatazz #DA095E
RGB
CMYK
RGB Variations
Color information
#DA095E (or 0xDA095E) is known color: Razzmatazz. HEX triplet: DA, 09 and 5E. RGB value is (218,9,94). Sum of RGB (Red+Green+Blue) = 218+9+94=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 9 (3.91% from 255 or 2.80% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA095E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA095E is #25F6A1. Grayscale: #515151. Windows color (decimal): -2487970 or 6162906. OLE color: 6162906.
HSL color Cylindrical-coordinate representation of color #DA095E: hue angle of 335.6º 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 #DA095E is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 94 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.15 |
| HSL | 335.6º | 0.92% | 0.45% | - |
| HSV(B) | 335.6º | 0.96% | 0.85% | - |
| XYZ | 31.03 | 15.91 | 12.02 | - |
| YUV | 81.18 | 135.24 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 94 | 0 | 0.96 | 0.57 | 0.15 | 335.6 | 0.92 | 0.45 |
| Hex | DA | 9 | 5E | 0 | 60 | 39 | F | 150 | 5C | 2D |
| Octal | 332 | 11 | 136 | 0 | 140 | 71 | 17 | 520 | 134 | 55 |
| Binary | 11011010 | 1001 | 1011110 | 0 | 1100000 | 111001 | 1111 | 101010000 | 1011100 | 101101 |
Color Harmonies of #DA095E
Complementary color
Monochromatic Colors of #DA095E
Black with #DA095E
Text Example
Text Example
White with #DA095E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA095E; }
p { color: rgb(218,9,94); }
H1.HeaderClassName
{
color: #DA095E;
}
.AnyTagClassName
{
color: #DA095E;
}
</style>
background-color css
<style>
a { background-color: #DA095E; }
a { background-color: rgb(218,9,94); }
div.DivClassName
{
background-color: #DA095E;
}
.BgClassName
{
background-color: #DA095E;
}
</style>
border-color css
<style>
span { border-color: #DA095E; }
span { border-color: rgb(218,9,94); }
td.TdClassName
{
border-color: #DA095E;
}
.TagClassName
{
border-color: #DA095E;
}
</style>