Shades of Razzmatazz #DA024C
Tints of Razzmatazz #DA024C
RGB
CMYK
RGB Variations
Color information
#DA024C (or 0xDA024C) is known color: Razzmatazz. HEX triplet: DA, 02 and 4C. RGB value is (218,2,76). Sum of RGB (Red+Green+Blue) = 218+2+76=296 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.65% from 296); Green value is 2 (1.17% from 255 or 0.68% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 218 - color contains mainly: red. Hex color #DA024C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA024C is #25FDB3. Grayscale: #4A4A4A. Windows color (decimal): -2489780 or 4981466. OLE color: 4981466.
HSL color Cylindrical-coordinate representation of color #DA024C: hue angle of 339.44º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA024C is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 76 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.15 |
| HSL | 339.44º | 0.98% | 0.43% | - |
| HSV(B) | 339.44º | 0.99% | 0.85% | - |
| XYZ | 30.24 | 15.47 | 8.23 | - |
| YUV | 75.02 | 128.56 | 229.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 76 | 0 | 0.99 | 0.65 | 0.15 | 339.44 | 0.98 | 0.43 |
| Hex | DA | 2 | 4C | 0 | 63 | 41 | F | 153 | 62 | 2B |
| Octal | 332 | 2 | 114 | 0 | 143 | 101 | 17 | 523 | 142 | 53 |
| Binary | 11011010 | 10 | 1001100 | 0 | 1100011 | 1000001 | 1111 | 101010011 | 1100010 | 101011 |
Color Harmonies of #DA024C
Complementary color
Monochromatic Colors of #DA024C
Black with #DA024C
Text Example
Text Example
White with #DA024C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA024C; }
p { color: rgb(218,2,76); }
H1.HeaderClassName
{
color: #DA024C;
}
.AnyTagClassName
{
color: #DA024C;
}
</style>
background-color css
<style>
a { background-color: #DA024C; }
a { background-color: rgb(218,2,76); }
div.DivClassName
{
background-color: #DA024C;
}
.BgClassName
{
background-color: #DA024C;
}
</style>
border-color css
<style>
span { border-color: #DA024C; }
span { border-color: rgb(218,2,76); }
td.TdClassName
{
border-color: #DA024C;
}
.TagClassName
{
border-color: #DA024C;
}
</style>