Shades of Razzmatazz #D60559
Tints of Razzmatazz #D60559
RGB
CMYK
RGB Variations
Color information
#D60559 (or 0xD60559) is known color: Razzmatazz. HEX triplet: D6, 05 and 59. RGB value is (214,5,89). Sum of RGB (Red+Green+Blue) = 214+5+89=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D60559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60559 is #29FAA6. Grayscale: #4C4C4C. Windows color (decimal): -2751143 or 5834198. OLE color: 5834198.
HSL color Cylindrical-coordinate representation of color #D60559: hue angle of 335.89º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D60559 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 5 | 89 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.16 |
| HSL | 335.89º | 0.95% | 0.43% | - |
| HSV(B) | 335.89º | 0.98% | 0.84% | - |
| XYZ | 29.59 | 15.13 | 10.81 | - |
| YUV | 77.07 | 134.74 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 5 | 89 | 0 | 0.98 | 0.58 | 0.16 | 335.89 | 0.95 | 0.43 |
| Hex | D6 | 5 | 59 | 0 | 62 | 3A | 10 | 150 | 5F | 2B |
| Octal | 326 | 5 | 131 | 0 | 142 | 72 | 20 | 520 | 137 | 53 |
| Binary | 11010110 | 101 | 1011001 | 0 | 1100010 | 111010 | 10000 | 101010000 | 1011111 | 101011 |
Color Harmonies of #D60559
Complementary color
Monochromatic Colors of #D60559
Black with #D60559
Text Example
Text Example
White with #D60559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60559; }
p { color: rgb(214,5,89); }
H1.HeaderClassName
{
color: #D60559;
}
.AnyTagClassName
{
color: #D60559;
}
</style>
background-color css
<style>
a { background-color: #D60559; }
a { background-color: rgb(214,5,89); }
div.DivClassName
{
background-color: #D60559;
}
.BgClassName
{
background-color: #D60559;
}
</style>
border-color css
<style>
span { border-color: #D60559; }
span { border-color: rgb(214,5,89); }
td.TdClassName
{
border-color: #D60559;
}
.TagClassName
{
border-color: #D60559;
}
</style>