Shades of Razzmatazz #DA0C4F
Tints of Razzmatazz #DA0C4F
RGB
CMYK
RGB Variations
Color information
#DA0C4F (or 0xDA0C4F) is known color: Razzmatazz. HEX triplet: DA, 0C and 4F. RGB value is (218,12,79). Sum of RGB (Red+Green+Blue) = 218+12+79=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0C4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0C4F is #25F3B0. Grayscale: #515151. Windows color (decimal): -2487217 or 5180634. OLE color: 5180634.
HSL color Cylindrical-coordinate representation of color #DA0C4F: hue angle of 340.49º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0C4F is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 12 | 79 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.15 |
| HSL | 340.49º | 0.9% | 0.45% | - |
| HSV(B) | 340.49º | 0.94% | 0.85% | - |
| XYZ | 30.46 | 15.73 | 8.83 | - |
| YUV | 81.23 | 126.75 | 225.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 12 | 79 | 0 | 0.94 | 0.64 | 0.15 | 340.49 | 0.9 | 0.45 |
| Hex | DA | C | 4F | 0 | 5E | 40 | F | 154 | 5A | 2D |
| Octal | 332 | 14 | 117 | 0 | 136 | 100 | 17 | 524 | 132 | 55 |
| Binary | 11011010 | 1100 | 1001111 | 0 | 1011110 | 1000000 | 1111 | 101010100 | 1011010 | 101101 |
Color Harmonies of #DA0C4F
Complementary color
Monochromatic Colors of #DA0C4F
Black with #DA0C4F
Text Example
Text Example
White with #DA0C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0C4F; }
p { color: rgb(218,12,79); }
H1.HeaderClassName
{
color: #DA0C4F;
}
.AnyTagClassName
{
color: #DA0C4F;
}
</style>
background-color css
<style>
a { background-color: #DA0C4F; }
a { background-color: rgb(218,12,79); }
div.DivClassName
{
background-color: #DA0C4F;
}
.BgClassName
{
background-color: #DA0C4F;
}
</style>
border-color css
<style>
span { border-color: #DA0C4F; }
span { border-color: rgb(218,12,79); }
td.TdClassName
{
border-color: #DA0C4F;
}
.TagClassName
{
border-color: #DA0C4F;
}
</style>