Shades of Razzmatazz #D60359
Tints of Razzmatazz #D60359
RGB
CMYK
RGB Variations
Color information
#D60359 (or 0xD60359) is known color: Razzmatazz. HEX triplet: D6, 03 and 59. RGB value is (214,3,89). Sum of RGB (Red+Green+Blue) = 214+3+89=306 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.93% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 214 - color contains mainly: red. Hex color #D60359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D60359 is #29FCA6. Grayscale: #4B4B4B. Windows color (decimal): -2751655 or 5833686. OLE color: 5833686.
HSL color Cylindrical-coordinate representation of color #D60359: hue angle of 335.55º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60359 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 3 | 89 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.16 |
| HSL | 335.55º | 0.97% | 0.43% | - |
| HSV(B) | 335.55º | 0.99% | 0.84% | - |
| XYZ | 29.57 | 15.08 | 10.8 | - |
| YUV | 75.89 | 135.4 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 3 | 89 | 0 | 0.99 | 0.58 | 0.16 | 335.55 | 0.97 | 0.43 |
| Hex | D6 | 3 | 59 | 0 | 63 | 3A | 10 | 150 | 61 | 2B |
| Octal | 326 | 3 | 131 | 0 | 143 | 72 | 20 | 520 | 141 | 53 |
| Binary | 11010110 | 11 | 1011001 | 0 | 1100011 | 111010 | 10000 | 101010000 | 1100001 | 101011 |
Color Harmonies of #D60359
Complementary color
Monochromatic Colors of #D60359
Black with #D60359
Text Example
Text Example
White with #D60359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60359; }
p { color: rgb(214,3,89); }
H1.HeaderClassName
{
color: #D60359;
}
.AnyTagClassName
{
color: #D60359;
}
</style>
background-color css
<style>
a { background-color: #D60359; }
a { background-color: rgb(214,3,89); }
div.DivClassName
{
background-color: #D60359;
}
.BgClassName
{
background-color: #D60359;
}
</style>
border-color css
<style>
span { border-color: #D60359; }
span { border-color: rgb(214,3,89); }
td.TdClassName
{
border-color: #D60359;
}
.TagClassName
{
border-color: #D60359;
}
</style>