Shades of Razzmatazz #D60959
Tints of Razzmatazz #D60959
RGB
CMYK
RGB Variations
Color information
#D60959 (or 0xD60959) is known color: Razzmatazz. HEX triplet: D6, 09 and 59. RGB value is (214,9,89). Sum of RGB (Red+Green+Blue) = 214+9+89=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D60959 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60959 is #29F6A6. Grayscale: #4F4F4F. Windows color (decimal): -2750119 or 5835222. OLE color: 5835222.
HSL color Cylindrical-coordinate representation of color #D60959: hue angle of 336.59º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D60959 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 9 | 89 | - |
| CMYK | 0 | 0.96 | 0.58 | 0.16 |
| HSL | 336.59º | 0.92% | 0.44% | - |
| HSV(B) | 336.59º | 0.96% | 0.84% | - |
| XYZ | 29.63 | 15.21 | 10.83 | - |
| YUV | 79.42 | 133.42 | 224 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 9 | 89 | 0 | 0.96 | 0.58 | 0.16 | 336.59 | 0.92 | 0.44 |
| Hex | D6 | 9 | 59 | 0 | 60 | 3A | 10 | 151 | 5C | 2C |
| Octal | 326 | 11 | 131 | 0 | 140 | 72 | 20 | 521 | 134 | 54 |
| Binary | 11010110 | 1001 | 1011001 | 0 | 1100000 | 111010 | 10000 | 101010001 | 1011100 | 101100 |
Color Harmonies of #D60959
Complementary color
Monochromatic Colors of #D60959
Black with #D60959
Text Example
Text Example
White with #D60959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60959; }
p { color: rgb(214,9,89); }
H1.HeaderClassName
{
color: #D60959;
}
.AnyTagClassName
{
color: #D60959;
}
</style>
background-color css
<style>
a { background-color: #D60959; }
a { background-color: rgb(214,9,89); }
div.DivClassName
{
background-color: #D60959;
}
.BgClassName
{
background-color: #D60959;
}
</style>
border-color css
<style>
span { border-color: #D60959; }
span { border-color: rgb(214,9,89); }
td.TdClassName
{
border-color: #D60959;
}
.TagClassName
{
border-color: #D60959;
}
</style>