Shades of Razzmatazz #D6024E
Tints of Razzmatazz #D6024E
RGB
CMYK
RGB Variations
Color information
#D6024E (or 0xD6024E) is known color: Razzmatazz. HEX triplet: D6, 02 and 4E. RGB value is (214,2,78). Sum of RGB (Red+Green+Blue) = 214+2+78=294 (38% of max value = 765). Red value is 214 (83.98% from 255 or 72.79% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 214 - color contains mainly: red. Hex color #D6024E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6024E is #29FDB1. Grayscale: #494949. Windows color (decimal): -2751922 or 5112534. OLE color: 5112534.
HSL color Cylindrical-coordinate representation of color #D6024E: hue angle of 338.49º 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 #D6024E is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 78 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.16 |
| HSL | 338.49º | 0.98% | 0.42% | - |
| HSV(B) | 338.49º | 0.99% | 0.84% | - |
| XYZ | 29.13 | 14.89 | 8.55 | - |
| YUV | 74.05 | 130.24 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 78 | 0 | 0.99 | 0.64 | 0.16 | 338.49 | 0.98 | 0.42 |
| Hex | D6 | 2 | 4E | 0 | 63 | 40 | 10 | 152 | 62 | 2A |
| Octal | 326 | 2 | 116 | 0 | 143 | 100 | 20 | 522 | 142 | 52 |
| Binary | 11010110 | 10 | 1001110 | 0 | 1100011 | 1000000 | 10000 | 101010010 | 1100010 | 101010 |
Color Harmonies of #D6024E
Complementary color
Monochromatic Colors of #D6024E
Black with #D6024E
Text Example
Text Example
White with #D6024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6024E; }
p { color: rgb(214,2,78); }
H1.HeaderClassName
{
color: #D6024E;
}
.AnyTagClassName
{
color: #D6024E;
}
</style>
background-color css
<style>
a { background-color: #D6024E; }
a { background-color: rgb(214,2,78); }
div.DivClassName
{
background-color: #D6024E;
}
.BgClassName
{
background-color: #D6024E;
}
</style>
border-color css
<style>
span { border-color: #D6024E; }
span { border-color: rgb(214,2,78); }
td.TdClassName
{
border-color: #D6024E;
}
.TagClassName
{
border-color: #D6024E;
}
</style>