Shades of Razzmatazz #D6044B
Tints of Razzmatazz #D6044B
RGB
CMYK
RGB Variations
Color information
#D6044B (or 0xD6044B) is known color: Razzmatazz. HEX triplet: D6, 04 and 4B. RGB value is (214,4,75). Sum of RGB (Red+Green+Blue) = 214+4+75=293 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.04% from 293); Green value is 4 (1.95% from 255 or 1.37% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 214 - color contains mainly: red. Hex color #D6044B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D6044B is #29FBB4. Grayscale: #4A4A4A. Windows color (decimal): -2751413 or 4916438. OLE color: 4916438.
HSL color Cylindrical-coordinate representation of color #D6044B: hue angle of 339.71º 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 #D6044B is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 4 | 75 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.16 |
| HSL | 339.71º | 0.96% | 0.43% | - |
| HSV(B) | 339.71º | 0.98% | 0.84% | - |
| XYZ | 29.04 | 14.89 | 8 | - |
| YUV | 74.88 | 128.07 | 227.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 4 | 75 | 0 | 0.98 | 0.65 | 0.16 | 339.71 | 0.96 | 0.43 |
| Hex | D6 | 4 | 4B | 0 | 62 | 41 | 10 | 154 | 60 | 2B |
| Octal | 326 | 4 | 113 | 0 | 142 | 101 | 20 | 524 | 140 | 53 |
| Binary | 11010110 | 100 | 1001011 | 0 | 1100010 | 1000001 | 10000 | 101010100 | 1100000 | 101011 |
Color Harmonies of #D6044B
Complementary color
Monochromatic Colors of #D6044B
Black with #D6044B
Text Example
Text Example
White with #D6044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6044B; }
p { color: rgb(214,4,75); }
H1.HeaderClassName
{
color: #D6044B;
}
.AnyTagClassName
{
color: #D6044B;
}
</style>
background-color css
<style>
a { background-color: #D6044B; }
a { background-color: rgb(214,4,75); }
div.DivClassName
{
background-color: #D6044B;
}
.BgClassName
{
background-color: #D6044B;
}
</style>
border-color css
<style>
span { border-color: #D6044B; }
span { border-color: rgb(214,4,75); }
td.TdClassName
{
border-color: #D6044B;
}
.TagClassName
{
border-color: #D6044B;
}
</style>