Shades of Razzmatazz #D10656
Tints of Razzmatazz #D10656
RGB
CMYK
RGB Variations
Color information
#D10656 (or 0xD10656) is known color: Razzmatazz. HEX triplet: D1, 06 and 56. RGB value is (209,6,86). Sum of RGB (Red+Green+Blue) = 209+6+86=301 (39% of max value = 765). Red value is 209 (82.03% from 255 or 69.44% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 209 - color contains mainly: red. Hex color #D10656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D10656 is #2EF9A9. Grayscale: #4B4B4B. Windows color (decimal): -3078570 or 5637841. OLE color: 5637841.
HSL color Cylindrical-coordinate representation of color #D10656: hue angle of 336.35º 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 #D10656 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 6 | 86 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.18 |
| HSL | 336.35º | 0.94% | 0.42% | - |
| HSV(B) | 336.35º | 0.97% | 0.82% | - |
| XYZ | 28.04 | 14.36 | 10.1 | - |
| YUV | 75.82 | 133.75 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 6 | 86 | 0 | 0.97 | 0.59 | 0.18 | 336.35 | 0.94 | 0.42 |
| Hex | D1 | 6 | 56 | 0 | 61 | 3B | 12 | 150 | 5E | 2A |
| Octal | 321 | 6 | 126 | 0 | 141 | 73 | 22 | 520 | 136 | 52 |
| Binary | 11010001 | 110 | 1010110 | 0 | 1100001 | 111011 | 10010 | 101010000 | 1011110 | 101010 |
Color Harmonies of #D10656
Complementary color
Monochromatic Colors of #D10656
Black with #D10656
Text Example
Text Example
White with #D10656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D10656; }
p { color: rgb(209,6,86); }
H1.HeaderClassName
{
color: #D10656;
}
.AnyTagClassName
{
color: #D10656;
}
</style>
background-color css
<style>
a { background-color: #D10656; }
a { background-color: rgb(209,6,86); }
div.DivClassName
{
background-color: #D10656;
}
.BgClassName
{
background-color: #D10656;
}
</style>
border-color css
<style>
span { border-color: #D10656; }
span { border-color: rgb(209,6,86); }
td.TdClassName
{
border-color: #D10656;
}
.TagClassName
{
border-color: #D10656;
}
</style>