Shades of Razzmatazz #DA024B
Tints of Razzmatazz #DA024B
RGB
CMYK
RGB Variations
Color information
#DA024B (or 0xDA024B) is known color: Razzmatazz. HEX triplet: DA, 02 and 4B. RGB value is (218,2,75). Sum of RGB (Red+Green+Blue) = 218+2+75=295 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.90% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 218 - color contains mainly: red. Hex color #DA024B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA024B is #25FDB4. Grayscale: #4A4A4A. Windows color (decimal): -2489781 or 4915930. OLE color: 4915930.
HSL color Cylindrical-coordinate representation of color #DA024B: hue angle of 339.72º 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 #DA024B is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 75 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.15 |
| HSL | 339.72º | 0.98% | 0.43% | - |
| HSV(B) | 339.72º | 0.99% | 0.85% | - |
| XYZ | 30.21 | 15.46 | 8.05 | - |
| YUV | 74.91 | 128.06 | 230.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 75 | 0 | 0.99 | 0.66 | 0.15 | 339.72 | 0.98 | 0.43 |
| Hex | DA | 2 | 4B | 0 | 63 | 42 | F | 154 | 62 | 2B |
| Octal | 332 | 2 | 113 | 0 | 143 | 102 | 17 | 524 | 142 | 53 |
| Binary | 11011010 | 10 | 1001011 | 0 | 1100011 | 1000010 | 1111 | 101010100 | 1100010 | 101011 |
Color Harmonies of #DA024B
Complementary color
Monochromatic Colors of #DA024B
Black with #DA024B
Text Example
Text Example
White with #DA024B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA024B; }
p { color: rgb(218,2,75); }
H1.HeaderClassName
{
color: #DA024B;
}
.AnyTagClassName
{
color: #DA024B;
}
</style>
background-color css
<style>
a { background-color: #DA024B; }
a { background-color: rgb(218,2,75); }
div.DivClassName
{
background-color: #DA024B;
}
.BgClassName
{
background-color: #DA024B;
}
</style>
border-color css
<style>
span { border-color: #DA024B; }
span { border-color: rgb(218,2,75); }
td.TdClassName
{
border-color: #DA024B;
}
.TagClassName
{
border-color: #DA024B;
}
</style>