Shades of Razzmatazz #D40659
Tints of Razzmatazz #D40659
RGB
CMYK
RGB Variations
Color information
#D40659 (or 0xD40659) is known color: Razzmatazz. HEX triplet: D4, 06 and 59. RGB value is (212,6,89). Sum of RGB (Red+Green+Blue) = 212+6+89=307 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.06% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 212 - color contains mainly: red. Hex color #D40659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D40659 is #2BF9A6. Grayscale: #4C4C4C. Windows color (decimal): -2881959 or 5834452. OLE color: 5834452.
HSL color Cylindrical-coordinate representation of color #D40659: hue angle of 335.83º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D40659 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 6 | 89 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.17 |
| HSL | 335.83º | 0.94% | 0.43% | - |
| HSV(B) | 335.83º | 0.97% | 0.83% | - |
| XYZ | 29.02 | 14.85 | 10.79 | - |
| YUV | 77.06 | 134.75 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 6 | 89 | 0 | 0.97 | 0.58 | 0.17 | 335.83 | 0.94 | 0.43 |
| Hex | D4 | 6 | 59 | 0 | 61 | 3A | 11 | 150 | 5E | 2B |
| Octal | 324 | 6 | 131 | 0 | 141 | 72 | 21 | 520 | 136 | 53 |
| Binary | 11010100 | 110 | 1011001 | 0 | 1100001 | 111010 | 10001 | 101010000 | 1011110 | 101011 |
Color Harmonies of #D40659
Complementary color
Monochromatic Colors of #D40659
Black with #D40659
Text Example
Text Example
White with #D40659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D40659; }
p { color: rgb(212,6,89); }
H1.HeaderClassName
{
color: #D40659;
}
.AnyTagClassName
{
color: #D40659;
}
</style>
background-color css
<style>
a { background-color: #D40659; }
a { background-color: rgb(212,6,89); }
div.DivClassName
{
background-color: #D40659;
}
.BgClassName
{
background-color: #D40659;
}
</style>
border-color css
<style>
span { border-color: #D40659; }
span { border-color: rgb(212,6,89); }
td.TdClassName
{
border-color: #D40659;
}
.TagClassName
{
border-color: #D40659;
}
</style>