Shades of Razzmatazz #D50155
Tints of Razzmatazz #D50155
RGB
CMYK
RGB Variations
Color information
#D50155 (or 0xD50155) is known color: Razzmatazz. HEX triplet: D5, 01 and 55. RGB value is (213,1,85). Sum of RGB (Red+Green+Blue) = 213+1+85=299 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.24% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 213 - color contains mainly: red. Hex color #D50155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50155 is #2AFEAA. Grayscale: #494949. Windows color (decimal): -2817707 or 5571029. OLE color: 5571029.
HSL color Cylindrical-coordinate representation of color #D50155: hue angle of 336.23º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D50155 is Cyan = 0, Magento = 1.00, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 1 | 85 | - |
| CMYK | 0 | 1.00 | 0.60 | 0.16 |
| HSL | 336.23º | 0.99% | 0.42% | - |
| HSV(B) | 336.23º | 1% | 0.84% | - |
| XYZ | 29.09 | 14.82 | 9.92 | - |
| YUV | 73.96 | 134.24 | 227.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 1 | 85 | 0 | 1.00 | 0.60 | 0.16 | 336.23 | 0.99 | 0.42 |
| Hex | D5 | 1 | 55 | 0 | 64 | 3C | 10 | 150 | 63 | 2A |
| Octal | 325 | 1 | 125 | 0 | 144 | 74 | 20 | 520 | 143 | 52 |
| Binary | 11010101 | 1 | 1010101 | 0 | 1100100 | 111100 | 10000 | 101010000 | 1100011 | 101010 |
Color Harmonies of #D50155
Complementary color
Monochromatic Colors of #D50155
Black with #D50155
Text Example
Text Example
White with #D50155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50155; }
p { color: rgb(213,1,85); }
H1.HeaderClassName
{
color: #D50155;
}
.AnyTagClassName
{
color: #D50155;
}
</style>
background-color css
<style>
a { background-color: #D50155; }
a { background-color: rgb(213,1,85); }
div.DivClassName
{
background-color: #D50155;
}
.BgClassName
{
background-color: #D50155;
}
</style>
border-color css
<style>
span { border-color: #D50155; }
span { border-color: rgb(213,1,85); }
td.TdClassName
{
border-color: #D50155;
}
.TagClassName
{
border-color: #D50155;
}
</style>