Shades of Razzmatazz #DA084F
Tints of Razzmatazz #DA084F
RGB
CMYK
RGB Variations
Color information
#DA084F (or 0xDA084F) is known color: Razzmatazz. HEX triplet: DA, 08 and 4F. RGB value is (218,8,79). Sum of RGB (Red+Green+Blue) = 218+8+79=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA084F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA084F is #25F7B0. Grayscale: #4E4E4E. Windows color (decimal): -2488241 or 5179610. OLE color: 5179610.
HSL color Cylindrical-coordinate representation of color #DA084F: hue angle of 339.71º 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 #DA084F is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 8 | 79 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.15 |
| HSL | 339.71º | 0.93% | 0.44% | - |
| HSV(B) | 339.71º | 0.96% | 0.85% | - |
| XYZ | 30.41 | 15.64 | 8.81 | - |
| YUV | 78.88 | 128.07 | 227.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 8 | 79 | 0 | 0.96 | 0.64 | 0.15 | 339.71 | 0.93 | 0.44 |
| Hex | DA | 8 | 4F | 0 | 60 | 40 | F | 154 | 5D | 2C |
| Octal | 332 | 10 | 117 | 0 | 140 | 100 | 17 | 524 | 135 | 54 |
| Binary | 11011010 | 1000 | 1001111 | 0 | 1100000 | 1000000 | 1111 | 101010100 | 1011101 | 101100 |
Color Harmonies of #DA084F
Complementary color
Monochromatic Colors of #DA084F
Black with #DA084F
Text Example
Text Example
White with #DA084F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA084F; }
p { color: rgb(218,8,79); }
H1.HeaderClassName
{
color: #DA084F;
}
.AnyTagClassName
{
color: #DA084F;
}
</style>
background-color css
<style>
a { background-color: #DA084F; }
a { background-color: rgb(218,8,79); }
div.DivClassName
{
background-color: #DA084F;
}
.BgClassName
{
background-color: #DA084F;
}
</style>
border-color css
<style>
span { border-color: #DA084F; }
span { border-color: rgb(218,8,79); }
td.TdClassName
{
border-color: #DA084F;
}
.TagClassName
{
border-color: #DA084F;
}
</style>