Shades of Razzmatazz #D50359
Tints of Razzmatazz #D50359
RGB
CMYK
RGB Variations
Color information
#D50359 (or 0xD50359) is known color: Razzmatazz. HEX triplet: D5, 03 and 59. RGB value is (213,3,89). Sum of RGB (Red+Green+Blue) = 213+3+89=305 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.84% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 89 (35.16% from 255 or 29.18% from 305); Max value from RGB is 213 - color contains mainly: red. Hex color #D50359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50359 is #2AFCA6. Grayscale: #4B4B4B. Windows color (decimal): -2817191 or 5833685. OLE color: 5833685.
HSL color Cylindrical-coordinate representation of color #D50359: hue angle of 335.43º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D50359 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 3 | 89 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.16 |
| HSL | 335.43º | 0.97% | 0.42% | - |
| HSV(B) | 335.43º | 0.99% | 0.84% | - |
| XYZ | 29.28 | 14.93 | 10.79 | - |
| YUV | 75.59 | 135.57 | 226.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 3 | 89 | 0 | 0.99 | 0.58 | 0.16 | 335.43 | 0.97 | 0.42 |
| Hex | D5 | 3 | 59 | 0 | 63 | 3A | 10 | 14F | 61 | 2A |
| Octal | 325 | 3 | 131 | 0 | 143 | 72 | 20 | 517 | 141 | 52 |
| Binary | 11010101 | 11 | 1011001 | 0 | 1100011 | 111010 | 10000 | 101001111 | 1100001 | 101010 |
Color Harmonies of #D50359
Complementary color
Monochromatic Colors of #D50359
Black with #D50359
Text Example
Text Example
White with #D50359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50359; }
p { color: rgb(213,3,89); }
H1.HeaderClassName
{
color: #D50359;
}
.AnyTagClassName
{
color: #D50359;
}
</style>
background-color css
<style>
a { background-color: #D50359; }
a { background-color: rgb(213,3,89); }
div.DivClassName
{
background-color: #D50359;
}
.BgClassName
{
background-color: #D50359;
}
</style>
border-color css
<style>
span { border-color: #D50359; }
span { border-color: rgb(213,3,89); }
td.TdClassName
{
border-color: #D50359;
}
.TagClassName
{
border-color: #D50359;
}
</style>