Shades of Razzmatazz #D6024D
Tints of Razzmatazz #D6024D
RGB
CMYK
RGB Variations
Color information
#D6024D (or 0xD6024D) is known color: Razzmatazz. HEX triplet: D6, 02 and 4D. RGB value is (214,2,77). Sum of RGB (Red+Green+Blue) = 214+2+77=293 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.04% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 214 - color contains mainly: red. Hex color #D6024D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6024D is #29FDB2. Grayscale: #494949. Windows color (decimal): -2751923 or 5046998. OLE color: 5046998.
HSL color Cylindrical-coordinate representation of color #D6024D: hue angle of 338.77º 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 #D6024D is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 2 | 77 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.16 |
| HSL | 338.77º | 0.98% | 0.42% | - |
| HSV(B) | 338.77º | 0.99% | 0.84% | - |
| XYZ | 29.09 | 14.88 | 8.36 | - |
| YUV | 73.94 | 129.74 | 227.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 2 | 77 | 0 | 0.99 | 0.64 | 0.16 | 338.77 | 0.98 | 0.42 |
| Hex | D6 | 2 | 4D | 0 | 63 | 40 | 10 | 153 | 62 | 2A |
| Octal | 326 | 2 | 115 | 0 | 143 | 100 | 20 | 523 | 142 | 52 |
| Binary | 11010110 | 10 | 1001101 | 0 | 1100011 | 1000000 | 10000 | 101010011 | 1100010 | 101010 |
Color Harmonies of #D6024D
Complementary color
Monochromatic Colors of #D6024D
Black with #D6024D
Text Example
Text Example
White with #D6024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6024D; }
p { color: rgb(214,2,77); }
H1.HeaderClassName
{
color: #D6024D;
}
.AnyTagClassName
{
color: #D6024D;
}
</style>
background-color css
<style>
a { background-color: #D6024D; }
a { background-color: rgb(214,2,77); }
div.DivClassName
{
background-color: #D6024D;
}
.BgClassName
{
background-color: #D6024D;
}
</style>
border-color css
<style>
span { border-color: #D6024D; }
span { border-color: rgb(214,2,77); }
td.TdClassName
{
border-color: #D6024D;
}
.TagClassName
{
border-color: #D6024D;
}
</style>