Shades of Razzmatazz #D5005D
Tints of Razzmatazz #D5005D
RGB
CMYK
RGB Variations
Color information
#D5005D (or 0xD5005D) is known color: Razzmatazz. HEX triplet: D5, 00 and 5D. RGB value is (213,0,93). Sum of RGB (Red+Green+Blue) = 213+0+93=306 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.61% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 213 - color contains mainly: red. Hex color #D5005D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5005D is #2AFFA2. Grayscale: #4A4A4A. Windows color (decimal): -2817955 or 6095061. OLE color: 6095061.
HSL color Cylindrical-coordinate representation of color #D5005D: hue angle of 333.8º 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 #D5005D is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.56 | 0.16 |
| HSL | 333.8º | 1% | 0.42% | - |
| HSV(B) | 333.8º | 1% | 0.84% | - |
| XYZ | 29.42 | 14.94 | 11.69 | - |
| YUV | 74.29 | 138.57 | 226.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 93 | 0 | 1 | 0.56 | 0.16 | 333.8 | 1 | 0.42 |
| Hex | D5 | 0 | 5D | 0 | 64 | 38 | 10 | 14E | 64 | 2A |
| Octal | 325 | 0 | 135 | 0 | 144 | 70 | 20 | 516 | 144 | 52 |
| Binary | 11010101 | 0 | 1011101 | 0 | 1100100 | 111000 | 10000 | 101001110 | 1100100 | 101010 |
Color Harmonies of #D5005D
Complementary color
Monochromatic Colors of #D5005D
Black with #D5005D
Text Example
Text Example
White with #D5005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5005D; }
p { color: rgb(213,0,93); }
H1.HeaderClassName
{
color: #D5005D;
}
.AnyTagClassName
{
color: #D5005D;
}
</style>
background-color css
<style>
a { background-color: #D5005D; }
a { background-color: rgb(213,0,93); }
div.DivClassName
{
background-color: #D5005D;
}
.BgClassName
{
background-color: #D5005D;
}
</style>
border-color css
<style>
span { border-color: #D5005D; }
span { border-color: rgb(213,0,93); }
td.TdClassName
{
border-color: #D5005D;
}
.TagClassName
{
border-color: #D5005D;
}
</style>