Shades of Razzmatazz #D50654
Tints of Razzmatazz #D50654
RGB
CMYK
RGB Variations
Color information
#D50654 (or 0xD50654) is known color: Razzmatazz. HEX triplet: D5, 06 and 54. RGB value is (213,6,84). Sum of RGB (Red+Green+Blue) = 213+6+84=303 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.30% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 84 (33.20% from 255 or 27.72% from 303); Max value from RGB is 213 - color contains mainly: red. Hex color #D50654 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50654 is #2AF9AB. Grayscale: #4C4C4C. Windows color (decimal): -2816428 or 5506773. OLE color: 5506773.
HSL color Cylindrical-coordinate representation of color #D50654: hue angle of 337.39º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D50654 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 6 | 84 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.16 |
| HSL | 337.39º | 0.95% | 0.43% | - |
| HSV(B) | 337.39º | 0.97% | 0.84% | - |
| XYZ | 29.11 | 14.92 | 9.73 | - |
| YUV | 76.79 | 132.08 | 225.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 6 | 84 | 0 | 0.97 | 0.61 | 0.16 | 337.39 | 0.95 | 0.43 |
| Hex | D5 | 6 | 54 | 0 | 61 | 3D | 10 | 151 | 5F | 2B |
| Octal | 325 | 6 | 124 | 0 | 141 | 75 | 20 | 521 | 137 | 53 |
| Binary | 11010101 | 110 | 1010100 | 0 | 1100001 | 111101 | 10000 | 101010001 | 1011111 | 101011 |
Color Harmonies of #D50654
Complementary color
Monochromatic Colors of #D50654
Black with #D50654
Text Example
Text Example
White with #D50654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D50654; }
p { color: rgb(213,6,84); }
H1.HeaderClassName
{
color: #D50654;
}
.AnyTagClassName
{
color: #D50654;
}
</style>
background-color css
<style>
a { background-color: #D50654; }
a { background-color: rgb(213,6,84); }
div.DivClassName
{
background-color: #D50654;
}
.BgClassName
{
background-color: #D50654;
}
</style>
border-color css
<style>
span { border-color: #D50654; }
span { border-color: rgb(213,6,84); }
td.TdClassName
{
border-color: #D50654;
}
.TagClassName
{
border-color: #D50654;
}
</style>