Shades of Razzmatazz #D8014F
Tints of Razzmatazz #D8014F
RGB
CMYK
RGB Variations
Color information
#D8014F (or 0xD8014F) is known color: Razzmatazz. HEX triplet: D8, 01 and 4F. RGB value is (216,1,79). Sum of RGB (Red+Green+Blue) = 216+1+79=296 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.97% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 216 - color contains mainly: red. Hex color #D8014F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8014F is #27FEB0. Grayscale: #4A4A4A. Windows color (decimal): -2621105 or 5177816. OLE color: 5177816.
HSL color Cylindrical-coordinate representation of color #D8014F: hue angle of 338.23º 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 #D8014F is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 79 | - |
| CMYK | 0 | 1.00 | 0.63 | 0.15 |
| HSL | 338.23º | 0.99% | 0.43% | - |
| HSV(B) | 338.23º | 1% | 0.85% | - |
| XYZ | 29.74 | 15.19 | 8.76 | - |
| YUV | 74.18 | 130.73 | 229.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 79 | 0 | 1.00 | 0.63 | 0.15 | 338.23 | 0.99 | 0.43 |
| Hex | D8 | 1 | 4F | 0 | 64 | 3F | F | 152 | 63 | 2B |
| Octal | 330 | 1 | 117 | 0 | 144 | 77 | 17 | 522 | 143 | 53 |
| Binary | 11011000 | 1 | 1001111 | 0 | 1100100 | 111111 | 1111 | 101010010 | 1100011 | 101011 |
Color Harmonies of #D8014F
Complementary color
Monochromatic Colors of #D8014F
Black with #D8014F
Text Example
Text Example
White with #D8014F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8014F; }
p { color: rgb(216,1,79); }
H1.HeaderClassName
{
color: #D8014F;
}
.AnyTagClassName
{
color: #D8014F;
}
</style>
background-color css
<style>
a { background-color: #D8014F; }
a { background-color: rgb(216,1,79); }
div.DivClassName
{
background-color: #D8014F;
}
.BgClassName
{
background-color: #D8014F;
}
</style>
border-color css
<style>
span { border-color: #D8014F; }
span { border-color: rgb(216,1,79); }
td.TdClassName
{
border-color: #D8014F;
}
.TagClassName
{
border-color: #D8014F;
}
</style>