Shades of Razzmatazz #DA084D
Tints of Razzmatazz #DA084D
RGB
CMYK
RGB Variations
Color information
#DA084D (or 0xDA084D) is known color: Razzmatazz. HEX triplet: DA, 08 and 4D. RGB value is (218,8,77). Sum of RGB (Red+Green+Blue) = 218+8+77=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA084D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA084D is #25F7B2. Grayscale: #4E4E4E. Windows color (decimal): -2488243 or 5048538. OLE color: 5048538.
HSL color Cylindrical-coordinate representation of color #DA084D: hue angle of 340.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 #DA084D is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 77 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.15 |
| HSL | 340.29º | 0.93% | 0.44% | - |
| HSV(B) | 340.29º | 0.96% | 0.85% | - |
| XYZ | 30.34 | 15.61 | 8.44 | - |
| YUV | 78.66 | 127.07 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 77 | 0 | 0.96 | 0.65 | 0.15 | 340.29 | 0.93 | 0.44 |
| Hex | DA | 8 | 4D | 0 | 60 | 41 | F | 154 | 5D | 2C |
| Octal | 332 | 10 | 115 | 0 | 140 | 101 | 17 | 524 | 135 | 54 |
| Binary | 11011010 | 1000 | 1001101 | 0 | 1100000 | 1000001 | 1111 | 101010100 | 1011101 | 101100 |
Color Harmonies of #DA084D
Complementary color
Monochromatic Colors of #DA084D
Black with #DA084D
Text Example
Text Example
White with #DA084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA084D; }
p { color: rgb(218,8,77); }
H1.HeaderClassName
{
color: #DA084D;
}
.AnyTagClassName
{
color: #DA084D;
}
</style>
background-color css
<style>
a { background-color: #DA084D; }
a { background-color: rgb(218,8,77); }
div.DivClassName
{
background-color: #DA084D;
}
.BgClassName
{
background-color: #DA084D;
}
</style>
border-color css
<style>
span { border-color: #DA084D; }
span { border-color: rgb(218,8,77); }
td.TdClassName
{
border-color: #DA084D;
}
.TagClassName
{
border-color: #DA084D;
}
</style>