Shades of Razzmatazz #D1064F
Tints of Razzmatazz #D1064F
RGB
CMYK
RGB Variations
Color information
#D1064F (or 0xD1064F) is known color: Razzmatazz. HEX triplet: D1, 06 and 4F. RGB value is (209,6,79). Sum of RGB (Red+Green+Blue) = 209+6+79=294 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.09% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 209 - color contains mainly: red. Hex color #D1064F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1064F is #2EF9B0. Grayscale: #4A4A4A. Windows color (decimal): -3078577 or 5179089. OLE color: 5179089.
HSL color Cylindrical-coordinate representation of color #D1064F: hue angle of 338.42º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D1064F is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 6 | 79 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.18 |
| HSL | 338.42º | 0.94% | 0.42% | - |
| HSV(B) | 338.42º | 0.97% | 0.82% | - |
| XYZ | 27.77 | 14.25 | 8.68 | - |
| YUV | 75.02 | 130.25 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 6 | 79 | 0 | 0.97 | 0.62 | 0.18 | 338.42 | 0.94 | 0.42 |
| Hex | D1 | 6 | 4F | 0 | 61 | 3E | 12 | 152 | 5E | 2A |
| Octal | 321 | 6 | 117 | 0 | 141 | 76 | 22 | 522 | 136 | 52 |
| Binary | 11010001 | 110 | 1001111 | 0 | 1100001 | 111110 | 10010 | 101010010 | 1011110 | 101010 |
Color Harmonies of #D1064F
Complementary color
Monochromatic Colors of #D1064F
Black with #D1064F
Text Example
Text Example
White with #D1064F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1064F; }
p { color: rgb(209,6,79); }
H1.HeaderClassName
{
color: #D1064F;
}
.AnyTagClassName
{
color: #D1064F;
}
</style>
background-color css
<style>
a { background-color: #D1064F; }
a { background-color: rgb(209,6,79); }
div.DivClassName
{
background-color: #D1064F;
}
.BgClassName
{
background-color: #D1064F;
}
</style>
border-color css
<style>
span { border-color: #D1064F; }
span { border-color: rgb(209,6,79); }
td.TdClassName
{
border-color: #D1064F;
}
.TagClassName
{
border-color: #D1064F;
}
</style>