Shades of Razzmatazz #D50955
Tints of Razzmatazz #D50955
RGB
CMYK
RGB Variations
Color information
#D50955 (or 0xD50955) is known color: Razzmatazz. HEX triplet: D5, 09 and 55. RGB value is (213,9,85). Sum of RGB (Red+Green+Blue) = 213+9+85=307 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.38% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 213 - color contains mainly: red. Hex color #D50955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50955 is #2AF6AA. Grayscale: #4E4E4E. Windows color (decimal): -2815659 or 5573077. OLE color: 5573077.
HSL color Cylindrical-coordinate representation of color #D50955: hue angle of 337.65º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D50955 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 9 | 85 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.16 |
| HSL | 337.65º | 0.92% | 0.44% | - |
| HSV(B) | 337.65º | 0.96% | 0.84% | - |
| XYZ | 29.18 | 15 | 9.95 | - |
| YUV | 78.66 | 131.59 | 223.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 9 | 85 | 0 | 0.96 | 0.60 | 0.16 | 337.65 | 0.92 | 0.44 |
| Hex | D5 | 9 | 55 | 0 | 60 | 3C | 10 | 152 | 5C | 2C |
| Octal | 325 | 11 | 125 | 0 | 140 | 74 | 20 | 522 | 134 | 54 |
| Binary | 11010101 | 1001 | 1010101 | 0 | 1100000 | 111100 | 10000 | 101010010 | 1011100 | 101100 |
Color Harmonies of #D50955
Complementary color
Monochromatic Colors of #D50955
Black with #D50955
Text Example
Text Example
White with #D50955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50955; }
p { color: rgb(213,9,85); }
H1.HeaderClassName
{
color: #D50955;
}
.AnyTagClassName
{
color: #D50955;
}
</style>
background-color css
<style>
a { background-color: #D50955; }
a { background-color: rgb(213,9,85); }
div.DivClassName
{
background-color: #D50955;
}
.BgClassName
{
background-color: #D50955;
}
</style>
border-color css
<style>
span { border-color: #D50955; }
span { border-color: rgb(213,9,85); }
td.TdClassName
{
border-color: #D50955;
}
.TagClassName
{
border-color: #D50955;
}
</style>