Shades of Razzmatazz #D60459
Tints of Razzmatazz #D60459
RGB
CMYK
RGB Variations
Color information
#D60459 (or 0xD60459) is known color: Razzmatazz. HEX triplet: D6, 04 and 59. RGB value is (214,4,89). Sum of RGB (Red+Green+Blue) = 214+4+89=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D60459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60459 is #29FBA6. Grayscale: #4C4C4C. Windows color (decimal): -2751399 or 5833942. OLE color: 5833942.
HSL color Cylindrical-coordinate representation of color #D60459: hue angle of 335.71º degrees, saturation: 0.96, 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 #D60459 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 4 | 89 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.16 |
| HSL | 335.71º | 0.96% | 0.43% | - |
| HSV(B) | 335.71º | 0.98% | 0.84% | - |
| XYZ | 29.58 | 15.1 | 10.81 | - |
| YUV | 76.48 | 135.07 | 226.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 4 | 89 | 0 | 0.98 | 0.58 | 0.16 | 335.71 | 0.96 | 0.43 |
| Hex | D6 | 4 | 59 | 0 | 62 | 3A | 10 | 150 | 60 | 2B |
| Octal | 326 | 4 | 131 | 0 | 142 | 72 | 20 | 520 | 140 | 53 |
| Binary | 11010110 | 100 | 1011001 | 0 | 1100010 | 111010 | 10000 | 101010000 | 1100000 | 101011 |
Color Harmonies of #D60459
Complementary color
Monochromatic Colors of #D60459
Black with #D60459
Text Example
Text Example
White with #D60459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60459; }
p { color: rgb(214,4,89); }
H1.HeaderClassName
{
color: #D60459;
}
.AnyTagClassName
{
color: #D60459;
}
</style>
background-color css
<style>
a { background-color: #D60459; }
a { background-color: rgb(214,4,89); }
div.DivClassName
{
background-color: #D60459;
}
.BgClassName
{
background-color: #D60459;
}
</style>
border-color css
<style>
span { border-color: #D60459; }
span { border-color: rgb(214,4,89); }
td.TdClassName
{
border-color: #D60459;
}
.TagClassName
{
border-color: #D60459;
}
</style>