Shades of Razzmatazz #DA124E
Tints of Razzmatazz #DA124E
RGB
CMYK
RGB Variations
Color information
#DA124E (or 0xDA124E) is known color: Razzmatazz. HEX triplet: DA, 12 and 4E. RGB value is (218,18,78). Sum of RGB (Red+Green+Blue) = 218+18+78=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA124E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA124E is #25EDB1. Grayscale: #545454. Windows color (decimal): -2485682 or 5116634. OLE color: 5116634.
HSL color Cylindrical-coordinate representation of color #DA124E: hue angle of 342º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA124E is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 18 | 78 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.15 |
| HSL | 342º | 0.85% | 0.46% | - |
| HSV(B) | 342º | 0.92% | 0.85% | - |
| XYZ | 30.5 | 15.89 | 8.67 | - |
| YUV | 84.64 | 124.26 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 18 | 78 | 0 | 0.92 | 0.64 | 0.15 | 342 | 0.85 | 0.46 |
| Hex | DA | 12 | 4E | 0 | 5C | 40 | F | 156 | 55 | 2E |
| Octal | 332 | 22 | 116 | 0 | 134 | 100 | 17 | 526 | 125 | 56 |
| Binary | 11011010 | 10010 | 1001110 | 0 | 1011100 | 1000000 | 1111 | 101010110 | 1010101 | 101110 |
Color Harmonies of #DA124E
Complementary color
Monochromatic Colors of #DA124E
Black with #DA124E
Text Example
Text Example
White with #DA124E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA124E; }
p { color: rgb(218,18,78); }
H1.HeaderClassName
{
color: #DA124E;
}
.AnyTagClassName
{
color: #DA124E;
}
</style>
background-color css
<style>
a { background-color: #DA124E; }
a { background-color: rgb(218,18,78); }
div.DivClassName
{
background-color: #DA124E;
}
.BgClassName
{
background-color: #DA124E;
}
</style>
border-color css
<style>
span { border-color: #DA124E; }
span { border-color: rgb(218,18,78); }
td.TdClassName
{
border-color: #DA124E;
}
.TagClassName
{
border-color: #DA124E;
}
</style>