Shades of Razzmatazz #D8016B
Tints of Razzmatazz #D8016B
RGB
CMYK
RGB Variations
Color information
#D8016B (or 0xD8016B) is known color: Razzmatazz. HEX triplet: D8, 01 and 6B. RGB value is (216,1,107). Sum of RGB (Red+Green+Blue) = 216+1+107=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D8016B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8016B is #27FE94. Grayscale: #4D4D4D. Windows color (decimal): -2621077 or 7012824. OLE color: 7012824.
HSL color Cylindrical-coordinate representation of color #D8016B: hue angle of 330.42º 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 #D8016B is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 1 | 107 | - |
| CMYK | 0 | 1.00 | 0.50 | 0.15 |
| HSL | 330.42º | 0.99% | 0.43% | - |
| HSV(B) | 330.42º | 1% | 0.85% | - |
| XYZ | 30.98 | 15.68 | 15.3 | - |
| YUV | 77.37 | 144.73 | 226.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 1 | 107 | 0 | 1.00 | 0.50 | 0.15 | 330.42 | 0.99 | 0.43 |
| Hex | D8 | 1 | 6B | 0 | 64 | 32 | F | 14A | 63 | 2B |
| Octal | 330 | 1 | 153 | 0 | 144 | 62 | 17 | 512 | 143 | 53 |
| Binary | 11011000 | 1 | 1101011 | 0 | 1100100 | 110010 | 1111 | 101001010 | 1100011 | 101011 |
Color Harmonies of #D8016B
Complementary color
Monochromatic Colors of #D8016B
Black with #D8016B
Text Example
Text Example
White with #D8016B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8016B; }
p { color: rgb(216,1,107); }
H1.HeaderClassName
{
color: #D8016B;
}
.AnyTagClassName
{
color: #D8016B;
}
</style>
background-color css
<style>
a { background-color: #D8016B; }
a { background-color: rgb(216,1,107); }
div.DivClassName
{
background-color: #D8016B;
}
.BgClassName
{
background-color: #D8016B;
}
</style>
border-color css
<style>
span { border-color: #D8016B; }
span { border-color: rgb(216,1,107); }
td.TdClassName
{
border-color: #D8016B;
}
.TagClassName
{
border-color: #D8016B;
}
</style>