Shades of Razzmatazz #D6044D
Tints of Razzmatazz #D6044D
RGB
CMYK
RGB Variations
Color information
#D6044D (or 0xD6044D) is known color: Razzmatazz. HEX triplet: D6, 04 and 4D. RGB value is (214,4,77). Sum of RGB (Red+Green+Blue) = 214+4+77=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D6044D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6044D is #29FBB2. Grayscale: #4B4B4B. Windows color (decimal): -2751411 or 5047510. OLE color: 5047510.
HSL color Cylindrical-coordinate representation of color #D6044D: hue angle of 339.14º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D6044D is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 4 | 77 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.16 |
| HSL | 339.14º | 0.96% | 0.43% | - |
| HSV(B) | 339.14º | 0.98% | 0.84% | - |
| XYZ | 29.11 | 14.92 | 8.37 | - |
| YUV | 75.11 | 129.07 | 227.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 4 | 77 | 0 | 0.98 | 0.64 | 0.16 | 339.14 | 0.96 | 0.43 |
| Hex | D6 | 4 | 4D | 0 | 62 | 40 | 10 | 153 | 60 | 2B |
| Octal | 326 | 4 | 115 | 0 | 142 | 100 | 20 | 523 | 140 | 53 |
| Binary | 11010110 | 100 | 1001101 | 0 | 1100010 | 1000000 | 10000 | 101010011 | 1100000 | 101011 |
Color Harmonies of #D6044D
Complementary color
Monochromatic Colors of #D6044D
Black with #D6044D
Text Example
Text Example
White with #D6044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6044D; }
p { color: rgb(214,4,77); }
H1.HeaderClassName
{
color: #D6044D;
}
.AnyTagClassName
{
color: #D6044D;
}
</style>
background-color css
<style>
a { background-color: #D6044D; }
a { background-color: rgb(214,4,77); }
div.DivClassName
{
background-color: #D6044D;
}
.BgClassName
{
background-color: #D6044D;
}
</style>
border-color css
<style>
span { border-color: #D6044D; }
span { border-color: rgb(214,4,77); }
td.TdClassName
{
border-color: #D6044D;
}
.TagClassName
{
border-color: #D6044D;
}
</style>