Shades of Razzmatazz #D5024F
Tints of Razzmatazz #D5024F
RGB
CMYK
RGB Variations
Color information
#D5024F (or 0xD5024F) is known color: Razzmatazz. HEX triplet: D5, 02 and 4F. RGB value is (213,2,79). Sum of RGB (Red+Green+Blue) = 213+2+79=294 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.45% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 213 - color contains mainly: red. Hex color #D5024F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5024F is #2AFDB0. Grayscale: #494949. Windows color (decimal): -2817457 or 5178069. OLE color: 5178069.
HSL color Cylindrical-coordinate representation of color #D5024F: hue angle of 338.1º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D5024F is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 2 | 79 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.16 |
| HSL | 338.1º | 0.98% | 0.42% | - |
| HSV(B) | 338.1º | 0.99% | 0.84% | - |
| XYZ | 28.87 | 14.75 | 8.72 | - |
| YUV | 73.87 | 130.9 | 227.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 2 | 79 | 0 | 0.99 | 0.63 | 0.16 | 338.1 | 0.98 | 0.42 |
| Hex | D5 | 2 | 4F | 0 | 63 | 3F | 10 | 152 | 62 | 2A |
| Octal | 325 | 2 | 117 | 0 | 143 | 77 | 20 | 522 | 142 | 52 |
| Binary | 11010101 | 10 | 1001111 | 0 | 1100011 | 111111 | 10000 | 101010010 | 1100010 | 101010 |
Color Harmonies of #D5024F
Complementary color
Monochromatic Colors of #D5024F
Black with #D5024F
Text Example
Text Example
White with #D5024F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5024F; }
p { color: rgb(213,2,79); }
H1.HeaderClassName
{
color: #D5024F;
}
.AnyTagClassName
{
color: #D5024F;
}
</style>
background-color css
<style>
a { background-color: #D5024F; }
a { background-color: rgb(213,2,79); }
div.DivClassName
{
background-color: #D5024F;
}
.BgClassName
{
background-color: #D5024F;
}
</style>
border-color css
<style>
span { border-color: #D5024F; }
span { border-color: rgb(213,2,79); }
td.TdClassName
{
border-color: #D5024F;
}
.TagClassName
{
border-color: #D5024F;
}
</style>