Shades of Razzmatazz #D8044D
Tints of Razzmatazz #D8044D
RGB
CMYK
RGB Variations
Color information
#D8044D (or 0xD8044D) is known color: Razzmatazz. HEX triplet: D8, 04 and 4D. RGB value is (216,4,77). Sum of RGB (Red+Green+Blue) = 216+4+77=297 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.73% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 216 - color contains mainly: red. Hex color #D8044D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8044D is #27FBB2. Grayscale: #4B4B4B. Windows color (decimal): -2620339 or 5047512. OLE color: 5047512.
HSL color Cylindrical-coordinate representation of color #D8044D: hue angle of 339.34º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D8044D is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 77 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.15 |
| HSL | 339.34º | 0.96% | 0.43% | - |
| HSV(B) | 339.34º | 0.98% | 0.85% | - |
| XYZ | 29.7 | 15.22 | 8.39 | - |
| YUV | 75.71 | 128.74 | 228.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 77 | 0 | 0.98 | 0.64 | 0.15 | 339.34 | 0.96 | 0.43 |
| Hex | D8 | 4 | 4D | 0 | 62 | 40 | F | 153 | 60 | 2B |
| Octal | 330 | 4 | 115 | 0 | 142 | 100 | 17 | 523 | 140 | 53 |
| Binary | 11011000 | 100 | 1001101 | 0 | 1100010 | 1000000 | 1111 | 101010011 | 1100000 | 101011 |
Color Harmonies of #D8044D
Complementary color
Monochromatic Colors of #D8044D
Black with #D8044D
Text Example
Text Example
White with #D8044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8044D; }
p { color: rgb(216,4,77); }
H1.HeaderClassName
{
color: #D8044D;
}
.AnyTagClassName
{
color: #D8044D;
}
</style>
background-color css
<style>
a { background-color: #D8044D; }
a { background-color: rgb(216,4,77); }
div.DivClassName
{
background-color: #D8044D;
}
.BgClassName
{
background-color: #D8044D;
}
</style>
border-color css
<style>
span { border-color: #D8044D; }
span { border-color: rgb(216,4,77); }
td.TdClassName
{
border-color: #D8044D;
}
.TagClassName
{
border-color: #D8044D;
}
</style>