Shades of Razzmatazz #D5005B
Tints of Razzmatazz #D5005B
RGB
CMYK
RGB Variations
Color information
#D5005B (or 0xD5005B) is known color: Razzmatazz. HEX triplet: D5, 00 and 5B. RGB value is (213,0,91). Sum of RGB (Red+Green+Blue) = 213+0+91=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D5005B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5005B is #2AFFA4. Grayscale: #494949. Windows color (decimal): -2817957 or 5963989. OLE color: 5963989.
HSL color Cylindrical-coordinate representation of color #D5005B: hue angle of 334.37º 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 #D5005B is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.57 | 0.16 |
| HSL | 334.37º | 1% | 0.42% | - |
| HSV(B) | 334.37º | 1% | 0.84% | - |
| XYZ | 29.33 | 14.9 | 11.23 | - |
| YUV | 74.06 | 137.57 | 227.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 91 | 0 | 1 | 0.57 | 0.16 | 334.37 | 1 | 0.42 |
| Hex | D5 | 0 | 5B | 0 | 64 | 39 | 10 | 14E | 64 | 2A |
| Octal | 325 | 0 | 133 | 0 | 144 | 71 | 20 | 516 | 144 | 52 |
| Binary | 11010101 | 0 | 1011011 | 0 | 1100100 | 111001 | 10000 | 101001110 | 1100100 | 101010 |
Color Harmonies of #D5005B
Complementary color
Monochromatic Colors of #D5005B
Black with #D5005B
Text Example
Text Example
White with #D5005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5005B; }
p { color: rgb(213,0,91); }
H1.HeaderClassName
{
color: #D5005B;
}
.AnyTagClassName
{
color: #D5005B;
}
</style>
background-color css
<style>
a { background-color: #D5005B; }
a { background-color: rgb(213,0,91); }
div.DivClassName
{
background-color: #D5005B;
}
.BgClassName
{
background-color: #D5005B;
}
</style>
border-color css
<style>
span { border-color: #D5005B; }
span { border-color: rgb(213,0,91); }
td.TdClassName
{
border-color: #D5005B;
}
.TagClassName
{
border-color: #D5005B;
}
</style>