Shades of Razzmatazz #D5005C
Tints of Razzmatazz #D5005C
RGB
CMYK
RGB Variations
Color information
#D5005C (or 0xD5005C) is known color: Razzmatazz. HEX triplet: D5, 00 and 5C. RGB value is (213,0,92). Sum of RGB (Red+Green+Blue) = 213+0+92=305 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.84% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 213 - color contains mainly: red. Hex color #D5005C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5005C is #2AFFA3. Grayscale: #4A4A4A. Windows color (decimal): -2817956 or 6029525. OLE color: 6029525.
HSL color Cylindrical-coordinate representation of color #D5005C: hue angle of 334.08º 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 #D5005C is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.57 | 0.16 |
| HSL | 334.08º | 1% | 0.42% | - |
| HSV(B) | 334.08º | 1% | 0.84% | - |
| XYZ | 29.37 | 14.92 | 11.46 | - |
| YUV | 74.18 | 138.07 | 227.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 0 | 92 | 0 | 1 | 0.57 | 0.16 | 334.08 | 1 | 0.42 |
| Hex | D5 | 0 | 5C | 0 | 64 | 39 | 10 | 14E | 64 | 2A |
| Octal | 325 | 0 | 134 | 0 | 144 | 71 | 20 | 516 | 144 | 52 |
| Binary | 11010101 | 0 | 1011100 | 0 | 1100100 | 111001 | 10000 | 101001110 | 1100100 | 101010 |
Color Harmonies of #D5005C
Complementary color
Monochromatic Colors of #D5005C
Black with #D5005C
Text Example
Text Example
White with #D5005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5005C; }
p { color: rgb(213,0,92); }
H1.HeaderClassName
{
color: #D5005C;
}
.AnyTagClassName
{
color: #D5005C;
}
</style>
background-color css
<style>
a { background-color: #D5005C; }
a { background-color: rgb(213,0,92); }
div.DivClassName
{
background-color: #D5005C;
}
.BgClassName
{
background-color: #D5005C;
}
</style>
border-color css
<style>
span { border-color: #D5005C; }
span { border-color: rgb(213,0,92); }
td.TdClassName
{
border-color: #D5005C;
}
.TagClassName
{
border-color: #D5005C;
}
</style>