Shades of Razzmatazz #DA0C4E
Tints of Razzmatazz #DA0C4E
RGB
CMYK
RGB Variations
Color information
#DA0C4E (or 0xDA0C4E) is known color: Razzmatazz. HEX triplet: DA, 0C and 4E. RGB value is (218,12,78). Sum of RGB (Red+Green+Blue) = 218+12+78=308 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.78% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0C4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0C4E is #25F3B1. Grayscale: #515151. Windows color (decimal): -2487218 or 5115098. OLE color: 5115098.
HSL color Cylindrical-coordinate representation of color #DA0C4E: hue angle of 340.78º 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 #DA0C4E is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 12 | 78 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.15 |
| HSL | 340.78º | 0.9% | 0.45% | - |
| HSV(B) | 340.78º | 0.94% | 0.85% | - |
| XYZ | 30.42 | 15.72 | 8.64 | - |
| YUV | 81.12 | 126.25 | 225.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 12 | 78 | 0 | 0.94 | 0.64 | 0.15 | 340.78 | 0.9 | 0.45 |
| Hex | DA | C | 4E | 0 | 5E | 40 | F | 155 | 5A | 2D |
| Octal | 332 | 14 | 116 | 0 | 136 | 100 | 17 | 525 | 132 | 55 |
| Binary | 11011010 | 1100 | 1001110 | 0 | 1011110 | 1000000 | 1111 | 101010101 | 1011010 | 101101 |
Color Harmonies of #DA0C4E
Complementary color
Monochromatic Colors of #DA0C4E
Black with #DA0C4E
Text Example
Text Example
White with #DA0C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0C4E; }
p { color: rgb(218,12,78); }
H1.HeaderClassName
{
color: #DA0C4E;
}
.AnyTagClassName
{
color: #DA0C4E;
}
</style>
background-color css
<style>
a { background-color: #DA0C4E; }
a { background-color: rgb(218,12,78); }
div.DivClassName
{
background-color: #DA0C4E;
}
.BgClassName
{
background-color: #DA0C4E;
}
</style>
border-color css
<style>
span { border-color: #DA0C4E; }
span { border-color: rgb(218,12,78); }
td.TdClassName
{
border-color: #DA0C4E;
}
.TagClassName
{
border-color: #DA0C4E;
}
</style>