Shades of Razzmatazz #D7005B
Tints of Razzmatazz #D7005B
RGB
CMYK
RGB Variations
Color information
#D7005B (or 0xD7005B) is known color: Razzmatazz. HEX triplet: D7, 00 and 5B. RGB value is (215,0,91). Sum of RGB (Red+Green+Blue) = 215+0+91=306 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.26% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 215 - color contains mainly: red. Hex color #D7005B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7005B is #28FFA4. Grayscale: #4A4A4A. Windows color (decimal): -2686885 or 5963991. OLE color: 5963991.
HSL color Cylindrical-coordinate representation of color #D7005B: hue angle of 334.6º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D7005B is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.58 | 0.16 |
| HSL | 334.6º | 1% | 0.42% | - |
| HSV(B) | 334.6º | 1% | 0.84% | - |
| XYZ | 29.91 | 15.2 | 11.26 | - |
| YUV | 74.66 | 137.23 | 228.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 0 | 91 | 0 | 1 | 0.58 | 0.16 | 334.6 | 1 | 0.42 |
| Hex | D7 | 0 | 5B | 0 | 64 | 3A | 10 | 14F | 64 | 2A |
| Octal | 327 | 0 | 133 | 0 | 144 | 72 | 20 | 517 | 144 | 52 |
| Binary | 11010111 | 0 | 1011011 | 0 | 1100100 | 111010 | 10000 | 101001111 | 1100100 | 101010 |
Color Harmonies of #D7005B
Complementary color
Monochromatic Colors of #D7005B
Black with #D7005B
Text Example
Text Example
White with #D7005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7005B; }
p { color: rgb(215,0,91); }
H1.HeaderClassName
{
color: #D7005B;
}
.AnyTagClassName
{
color: #D7005B;
}
</style>
background-color css
<style>
a { background-color: #D7005B; }
a { background-color: rgb(215,0,91); }
div.DivClassName
{
background-color: #D7005B;
}
.BgClassName
{
background-color: #D7005B;
}
</style>
border-color css
<style>
span { border-color: #D7005B; }
span { border-color: rgb(215,0,91); }
td.TdClassName
{
border-color: #D7005B;
}
.TagClassName
{
border-color: #D7005B;
}
</style>