Shades of Razzmatazz #D60656
Tints of Razzmatazz #D60656
RGB
CMYK
RGB Variations
Color information
#D60656 (or 0xD60656) is known color: Razzmatazz. HEX triplet: D6, 06 and 56. RGB value is (214,6,86). Sum of RGB (Red+Green+Blue) = 214+6+86=306 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.93% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 214 - color contains mainly: red. Hex color #D60656 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60656 is #29F9A9. Grayscale: #4D4D4D. Windows color (decimal): -2750890 or 5637846. OLE color: 5637846.
HSL color Cylindrical-coordinate representation of color #D60656: hue angle of 336.92º 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 #D60656 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 6 | 86 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.16 |
| HSL | 336.92º | 0.95% | 0.43% | - |
| HSV(B) | 336.92º | 0.97% | 0.84% | - |
| XYZ | 29.48 | 15.1 | 10.16 | - |
| YUV | 77.31 | 132.91 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 6 | 86 | 0 | 0.97 | 0.60 | 0.16 | 336.92 | 0.95 | 0.43 |
| Hex | D6 | 6 | 56 | 0 | 61 | 3C | 10 | 151 | 5F | 2B |
| Octal | 326 | 6 | 126 | 0 | 141 | 74 | 20 | 521 | 137 | 53 |
| Binary | 11010110 | 110 | 1010110 | 0 | 1100001 | 111100 | 10000 | 101010001 | 1011111 | 101011 |
Color Harmonies of #D60656
Complementary color
Monochromatic Colors of #D60656
Black with #D60656
Text Example
Text Example
White with #D60656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60656; }
p { color: rgb(214,6,86); }
H1.HeaderClassName
{
color: #D60656;
}
.AnyTagClassName
{
color: #D60656;
}
</style>
background-color css
<style>
a { background-color: #D60656; }
a { background-color: rgb(214,6,86); }
div.DivClassName
{
background-color: #D60656;
}
.BgClassName
{
background-color: #D60656;
}
</style>
border-color css
<style>
span { border-color: #D60656; }
span { border-color: rgb(214,6,86); }
td.TdClassName
{
border-color: #D60656;
}
.TagClassName
{
border-color: #D60656;
}
</style>