Shades of Razzmatazz #DA024E
Tints of Razzmatazz #DA024E
RGB
CMYK
RGB Variations
Color information
#DA024E (or 0xDA024E) is known color: Razzmatazz. HEX triplet: DA, 02 and 4E. RGB value is (218,2,78). Sum of RGB (Red+Green+Blue) = 218+2+78=298 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.15% from 298); Green value is 2 (1.17% from 255 or 0.67% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 218 - color contains mainly: red. Hex color #DA024E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA024E is #25FDB1. Grayscale: #4B4B4B. Windows color (decimal): -2489778 or 5112538. OLE color: 5112538.
HSL color Cylindrical-coordinate representation of color #DA024E: hue angle of 338.89º 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 #DA024E is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 78 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.15 |
| HSL | 338.89º | 0.98% | 0.43% | - |
| HSV(B) | 338.89º | 0.99% | 0.85% | - |
| XYZ | 30.31 | 15.5 | 8.6 | - |
| YUV | 75.25 | 129.56 | 229.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 78 | 0 | 0.99 | 0.64 | 0.15 | 338.89 | 0.98 | 0.43 |
| Hex | DA | 2 | 4E | 0 | 63 | 40 | F | 153 | 62 | 2B |
| Octal | 332 | 2 | 116 | 0 | 143 | 100 | 17 | 523 | 142 | 53 |
| Binary | 11011010 | 10 | 1001110 | 0 | 1100011 | 1000000 | 1111 | 101010011 | 1100010 | 101011 |
Color Harmonies of #DA024E
Complementary color
Monochromatic Colors of #DA024E
Black with #DA024E
Text Example
Text Example
White with #DA024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA024E; }
p { color: rgb(218,2,78); }
H1.HeaderClassName
{
color: #DA024E;
}
.AnyTagClassName
{
color: #DA024E;
}
</style>
background-color css
<style>
a { background-color: #DA024E; }
a { background-color: rgb(218,2,78); }
div.DivClassName
{
background-color: #DA024E;
}
.BgClassName
{
background-color: #DA024E;
}
</style>
border-color css
<style>
span { border-color: #DA024E; }
span { border-color: rgb(218,2,78); }
td.TdClassName
{
border-color: #DA024E;
}
.TagClassName
{
border-color: #DA024E;
}
</style>