Shades of Razzmatazz #DA014D
Tints of Razzmatazz #DA014D
RGB
CMYK
RGB Variations
Color information
#DA014D (or 0xDA014D) is known color: Razzmatazz. HEX triplet: DA, 01 and 4D. RGB value is (218,1,77). Sum of RGB (Red+Green+Blue) = 218+1+77=296 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.65% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 218 - color contains mainly: red. Hex color #DA014D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA014D is #25FEB2. Grayscale: #4A4A4A. Windows color (decimal): -2490035 or 5046746. OLE color: 5046746.
HSL color Cylindrical-coordinate representation of color #DA014D: hue angle of 338.99º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA014D is Cyan = 0, Magento = 1.00, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 77 | - |
| CMYK | 0 | 1.00 | 0.65 | 0.15 |
| HSL | 338.99º | 0.99% | 0.43% | - |
| HSV(B) | 338.99º | 1% | 0.85% | - |
| XYZ | 30.26 | 15.46 | 8.41 | - |
| YUV | 74.55 | 129.39 | 230.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 77 | 0 | 1.00 | 0.65 | 0.15 | 338.99 | 0.99 | 0.43 |
| Hex | DA | 1 | 4D | 0 | 64 | 41 | F | 153 | 63 | 2B |
| Octal | 332 | 1 | 115 | 0 | 144 | 101 | 17 | 523 | 143 | 53 |
| Binary | 11011010 | 1 | 1001101 | 0 | 1100100 | 1000001 | 1111 | 101010011 | 1100011 | 101011 |
Color Harmonies of #DA014D
Complementary color
Monochromatic Colors of #DA014D
Black with #DA014D
Text Example
Text Example
White with #DA014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA014D; }
p { color: rgb(218,1,77); }
H1.HeaderClassName
{
color: #DA014D;
}
.AnyTagClassName
{
color: #DA014D;
}
</style>
background-color css
<style>
a { background-color: #DA014D; }
a { background-color: rgb(218,1,77); }
div.DivClassName
{
background-color: #DA014D;
}
.BgClassName
{
background-color: #DA014D;
}
</style>
border-color css
<style>
span { border-color: #DA014D; }
span { border-color: rgb(218,1,77); }
td.TdClassName
{
border-color: #DA014D;
}
.TagClassName
{
border-color: #DA014D;
}
</style>