Shades of Razzmatazz #D8014D
Tints of Razzmatazz #D8014D
RGB
CMYK
RGB Variations
Color information
#D8014D (or 0xD8014D) is known color: Razzmatazz. HEX triplet: D8, 01 and 4D. RGB value is (216,1,77). Sum of RGB (Red+Green+Blue) = 216+1+77=294 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.47% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 216 - color contains mainly: red. Hex color #D8014D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8014D is #27FEB2. Grayscale: #494949. Windows color (decimal): -2621107 or 5046744. OLE color: 5046744.
HSL color Cylindrical-coordinate representation of color #D8014D: hue angle of 338.79º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D8014D is Cyan = 0, Magento = 1.00, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 77 | - |
| CMYK | 0 | 1.00 | 0.64 | 0.15 |
| HSL | 338.79º | 0.99% | 0.43% | - |
| HSV(B) | 338.79º | 1% | 0.85% | - |
| XYZ | 29.67 | 15.16 | 8.38 | - |
| YUV | 73.95 | 129.73 | 229.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 77 | 0 | 1.00 | 0.64 | 0.15 | 338.79 | 0.99 | 0.43 |
| Hex | D8 | 1 | 4D | 0 | 64 | 40 | F | 153 | 63 | 2B |
| Octal | 330 | 1 | 115 | 0 | 144 | 100 | 17 | 523 | 143 | 53 |
| Binary | 11011000 | 1 | 1001101 | 0 | 1100100 | 1000000 | 1111 | 101010011 | 1100011 | 101011 |
Color Harmonies of #D8014D
Complementary color
Monochromatic Colors of #D8014D
Black with #D8014D
Text Example
Text Example
White with #D8014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8014D; }
p { color: rgb(216,1,77); }
H1.HeaderClassName
{
color: #D8014D;
}
.AnyTagClassName
{
color: #D8014D;
}
</style>
background-color css
<style>
a { background-color: #D8014D; }
a { background-color: rgb(216,1,77); }
div.DivClassName
{
background-color: #D8014D;
}
.BgClassName
{
background-color: #D8014D;
}
</style>
border-color css
<style>
span { border-color: #D8014D; }
span { border-color: rgb(216,1,77); }
td.TdClassName
{
border-color: #D8014D;
}
.TagClassName
{
border-color: #D8014D;
}
</style>