Shades of Razzmatazz #D8044A
Tints of Razzmatazz #D8044A
RGB
CMYK
RGB Variations
Color information
#D8044A (or 0xD8044A) is known color: Razzmatazz. HEX triplet: D8, 04 and 4A. RGB value is (216,4,74). Sum of RGB (Red+Green+Blue) = 216+4+74=294 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.47% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 216 - color contains mainly: red. Hex color #D8044A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8044A is #27FBB5. Grayscale: #4B4B4B. Windows color (decimal): -2620342 or 4850904. OLE color: 4850904.
HSL color Cylindrical-coordinate representation of color #D8044A: hue angle of 340.19º 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 #D8044A is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 4 | 74 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.15 |
| HSL | 340.19º | 0.96% | 0.43% | - |
| HSV(B) | 340.19º | 0.98% | 0.85% | - |
| XYZ | 29.6 | 15.18 | 7.85 | - |
| YUV | 75.37 | 127.24 | 228.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 4 | 74 | 0 | 0.98 | 0.66 | 0.15 | 340.19 | 0.96 | 0.43 |
| Hex | D8 | 4 | 4A | 0 | 62 | 42 | F | 154 | 60 | 2B |
| Octal | 330 | 4 | 112 | 0 | 142 | 102 | 17 | 524 | 140 | 53 |
| Binary | 11011000 | 100 | 1001010 | 0 | 1100010 | 1000010 | 1111 | 101010100 | 1100000 | 101011 |
Color Harmonies of #D8044A
Complementary color
Monochromatic Colors of #D8044A
Black with #D8044A
Text Example
Text Example
White with #D8044A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8044A; }
p { color: rgb(216,4,74); }
H1.HeaderClassName
{
color: #D8044A;
}
.AnyTagClassName
{
color: #D8044A;
}
</style>
background-color css
<style>
a { background-color: #D8044A; }
a { background-color: rgb(216,4,74); }
div.DivClassName
{
background-color: #D8044A;
}
.BgClassName
{
background-color: #D8044A;
}
</style>
border-color css
<style>
span { border-color: #D8044A; }
span { border-color: rgb(216,4,74); }
td.TdClassName
{
border-color: #D8044A;
}
.TagClassName
{
border-color: #D8044A;
}
</style>