Shades of Razzmatazz #DA014F
Tints of Razzmatazz #DA014F
RGB
CMYK
RGB Variations
Color information
#DA014F (or 0xDA014F) is known color: Razzmatazz. HEX triplet: DA, 01 and 4F. RGB value is (218,1,79). Sum of RGB (Red+Green+Blue) = 218+1+79=298 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.15% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 218 - color contains mainly: red. Hex color #DA014F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA014F is #25FEB0. Grayscale: #4A4A4A. Windows color (decimal): -2490033 or 5177818. OLE color: 5177818.
HSL color Cylindrical-coordinate representation of color #DA014F: hue angle of 338.43º 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 #DA014F is Cyan = 0, Magento = 1.00, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 79 | - |
| CMYK | 0 | 1.00 | 0.64 | 0.15 |
| HSL | 338.43º | 0.99% | 0.43% | - |
| HSV(B) | 338.43º | 1% | 0.85% | - |
| XYZ | 30.34 | 15.49 | 8.79 | - |
| YUV | 74.78 | 130.39 | 230.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 79 | 0 | 1.00 | 0.64 | 0.15 | 338.43 | 0.99 | 0.43 |
| Hex | DA | 1 | 4F | 0 | 64 | 40 | F | 152 | 63 | 2B |
| Octal | 332 | 1 | 117 | 0 | 144 | 100 | 17 | 522 | 143 | 53 |
| Binary | 11011010 | 1 | 1001111 | 0 | 1100100 | 1000000 | 1111 | 101010010 | 1100011 | 101011 |
Color Harmonies of #DA014F
Complementary color
Monochromatic Colors of #DA014F
Black with #DA014F
Text Example
Text Example
White with #DA014F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA014F; }
p { color: rgb(218,1,79); }
H1.HeaderClassName
{
color: #DA014F;
}
.AnyTagClassName
{
color: #DA014F;
}
</style>
background-color css
<style>
a { background-color: #DA014F; }
a { background-color: rgb(218,1,79); }
div.DivClassName
{
background-color: #DA014F;
}
.BgClassName
{
background-color: #DA014F;
}
</style>
border-color css
<style>
span { border-color: #DA014F; }
span { border-color: rgb(218,1,79); }
td.TdClassName
{
border-color: #DA014F;
}
.TagClassName
{
border-color: #DA014F;
}
</style>