Shades of Razzmatazz #D8014C
Tints of Razzmatazz #D8014C
RGB
CMYK
RGB Variations
Color information
#D8014C (or 0xD8014C) is known color: Razzmatazz. HEX triplet: D8, 01 and 4C. RGB value is (216,1,76). Sum of RGB (Red+Green+Blue) = 216+1+76=293 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.72% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 76 (30.08% from 255 or 25.94% from 293); Max value from RGB is 216 - color contains mainly: red. Hex color #D8014C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8014C is #27FEB3. Grayscale: #494949. Windows color (decimal): -2621108 or 4981208. OLE color: 4981208.
HSL color Cylindrical-coordinate representation of color #D8014C: hue angle of 339.07º 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 #D8014C is Cyan = 0, Magento = 1.00, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 76 | - |
| CMYK | 0 | 1.00 | 0.65 | 0.15 |
| HSL | 339.07º | 0.99% | 0.43% | - |
| HSV(B) | 339.07º | 1% | 0.85% | - |
| XYZ | 29.63 | 15.14 | 8.2 | - |
| YUV | 73.84 | 129.23 | 229.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 76 | 0 | 1.00 | 0.65 | 0.15 | 339.07 | 0.99 | 0.43 |
| Hex | D8 | 1 | 4C | 0 | 64 | 41 | F | 153 | 63 | 2B |
| Octal | 330 | 1 | 114 | 0 | 144 | 101 | 17 | 523 | 143 | 53 |
| Binary | 11011000 | 1 | 1001100 | 0 | 1100100 | 1000001 | 1111 | 101010011 | 1100011 | 101011 |
Color Harmonies of #D8014C
Complementary color
Monochromatic Colors of #D8014C
Black with #D8014C
Text Example
Text Example
White with #D8014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8014C; }
p { color: rgb(216,1,76); }
H1.HeaderClassName
{
color: #D8014C;
}
.AnyTagClassName
{
color: #D8014C;
}
</style>
background-color css
<style>
a { background-color: #D8014C; }
a { background-color: rgb(216,1,76); }
div.DivClassName
{
background-color: #D8014C;
}
.BgClassName
{
background-color: #D8014C;
}
</style>
border-color css
<style>
span { border-color: #D8014C; }
span { border-color: rgb(216,1,76); }
td.TdClassName
{
border-color: #D8014C;
}
.TagClassName
{
border-color: #D8014C;
}
</style>