Shades of Razzmatazz #D5055B
Tints of Razzmatazz #D5055B
RGB
CMYK
RGB Variations
Color information
#D5055B (or 0xD5055B) is known color: Razzmatazz. HEX triplet: D5, 05 and 5B. RGB value is (213,5,91). Sum of RGB (Red+Green+Blue) = 213+5+91=309 (40% of max value = 765). Red value is 213 (83.59% from 255 or 68.93% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 91 (35.94% from 255 or 29.45% from 309); Max value from RGB is 213 - color contains mainly: red. Hex color #D5055B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5055B is #2AFAA4. Grayscale: #4C4C4C. Windows color (decimal): -2816677 or 5965269. OLE color: 5965269.
HSL color Cylindrical-coordinate representation of color #D5055B: hue angle of 335.19º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D5055B is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 5 | 91 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.16 |
| HSL | 335.19º | 0.95% | 0.43% | - |
| HSV(B) | 335.19º | 0.98% | 0.84% | - |
| XYZ | 29.38 | 15.01 | 11.25 | - |
| YUV | 77 | 135.91 | 225.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 5 | 91 | 0 | 0.98 | 0.57 | 0.16 | 335.19 | 0.95 | 0.43 |
| Hex | D5 | 5 | 5B | 0 | 62 | 39 | 10 | 14F | 5F | 2B |
| Octal | 325 | 5 | 133 | 0 | 142 | 71 | 20 | 517 | 137 | 53 |
| Binary | 11010101 | 101 | 1011011 | 0 | 1100010 | 111001 | 10000 | 101001111 | 1011111 | 101011 |
Color Harmonies of #D5055B
Complementary color
Monochromatic Colors of #D5055B
Black with #D5055B
Text Example
Text Example
White with #D5055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5055B; }
p { color: rgb(213,5,91); }
H1.HeaderClassName
{
color: #D5055B;
}
.AnyTagClassName
{
color: #D5055B;
}
</style>
background-color css
<style>
a { background-color: #D5055B; }
a { background-color: rgb(213,5,91); }
div.DivClassName
{
background-color: #D5055B;
}
.BgClassName
{
background-color: #D5055B;
}
</style>
border-color css
<style>
span { border-color: #D5055B; }
span { border-color: rgb(213,5,91); }
td.TdClassName
{
border-color: #D5055B;
}
.TagClassName
{
border-color: #D5055B;
}
</style>