Shades of Razzmatazz #DA084E
Tints of Razzmatazz #DA084E
RGB
CMYK
RGB Variations
Color information
#DA084E (or 0xDA084E) is known color: Razzmatazz. HEX triplet: DA, 08 and 4E. RGB value is (218,8,78). Sum of RGB (Red+Green+Blue) = 218+8+78=304 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.71% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 218 - color contains mainly: red. Hex color #DA084E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA084E is #25F7B1. Grayscale: #4E4E4E. Windows color (decimal): -2488242 or 5114074. OLE color: 5114074.
HSL color Cylindrical-coordinate representation of color #DA084E: hue angle of 340º 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 #DA084E is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 78 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.15 |
| HSL | 340º | 0.93% | 0.44% | - |
| HSV(B) | 340º | 0.96% | 0.85% | - |
| XYZ | 30.38 | 15.63 | 8.62 | - |
| YUV | 78.77 | 127.57 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 78 | 0 | 0.96 | 0.64 | 0.15 | 340 | 0.93 | 0.44 |
| Hex | DA | 8 | 4E | 0 | 60 | 40 | F | 154 | 5D | 2C |
| Octal | 332 | 10 | 116 | 0 | 140 | 100 | 17 | 524 | 135 | 54 |
| Binary | 11011010 | 1000 | 1001110 | 0 | 1100000 | 1000000 | 1111 | 101010100 | 1011101 | 101100 |
Color Harmonies of #DA084E
Complementary color
Monochromatic Colors of #DA084E
Black with #DA084E
Text Example
Text Example
White with #DA084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA084E; }
p { color: rgb(218,8,78); }
H1.HeaderClassName
{
color: #DA084E;
}
.AnyTagClassName
{
color: #DA084E;
}
</style>
background-color css
<style>
a { background-color: #DA084E; }
a { background-color: rgb(218,8,78); }
div.DivClassName
{
background-color: #DA084E;
}
.BgClassName
{
background-color: #DA084E;
}
</style>
border-color css
<style>
span { border-color: #DA084E; }
span { border-color: rgb(218,8,78); }
td.TdClassName
{
border-color: #DA084E;
}
.TagClassName
{
border-color: #DA084E;
}
</style>