Shades of Razzmatazz #D10651
Tints of Razzmatazz #D10651
RGB
CMYK
RGB Variations
Color information
#D10651 (or 0xD10651) is known color: Razzmatazz. HEX triplet: D1, 06 and 51. RGB value is (209,6,81). Sum of RGB (Red+Green+Blue) = 209+6+81=296 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.61% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 81 (32.03% from 255 or 27.36% from 296); Max value from RGB is 209 - color contains mainly: red. Hex color #D10651 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10651 is #2EF9AE. Grayscale: #4B4B4B. Windows color (decimal): -3078575 or 5310161. OLE color: 5310161.
HSL color Cylindrical-coordinate representation of color #D10651: hue angle of 337.83º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D10651 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 6 | 81 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.18 |
| HSL | 337.83º | 0.94% | 0.42% | - |
| HSV(B) | 337.83º | 0.97% | 0.82% | - |
| XYZ | 27.84 | 14.28 | 9.07 | - |
| YUV | 75.25 | 131.25 | 223.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 6 | 81 | 0 | 0.97 | 0.61 | 0.18 | 337.83 | 0.94 | 0.42 |
| Hex | D1 | 6 | 51 | 0 | 61 | 3D | 12 | 152 | 5E | 2A |
| Octal | 321 | 6 | 121 | 0 | 141 | 75 | 22 | 522 | 136 | 52 |
| Binary | 11010001 | 110 | 1010001 | 0 | 1100001 | 111101 | 10010 | 101010010 | 1011110 | 101010 |
Color Harmonies of #D10651
Complementary color
Monochromatic Colors of #D10651
Black with #D10651
Text Example
Text Example
White with #D10651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10651; }
p { color: rgb(209,6,81); }
H1.HeaderClassName
{
color: #D10651;
}
.AnyTagClassName
{
color: #D10651;
}
</style>
background-color css
<style>
a { background-color: #D10651; }
a { background-color: rgb(209,6,81); }
div.DivClassName
{
background-color: #D10651;
}
.BgClassName
{
background-color: #D10651;
}
</style>
border-color css
<style>
span { border-color: #D10651; }
span { border-color: rgb(209,6,81); }
td.TdClassName
{
border-color: #D10651;
}
.TagClassName
{
border-color: #D10651;
}
</style>