Shades of Razzmatazz #D9064F
Tints of Razzmatazz #D9064F
RGB
CMYK
RGB Variations
Color information
#D9064F (or 0xD9064F) is known color: Razzmatazz. HEX triplet: D9, 06 and 4F. RGB value is (217,6,79). Sum of RGB (Red+Green+Blue) = 217+6+79=302 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.85% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 217 - color contains mainly: red. Hex color #D9064F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9064F is #26F9B0. Grayscale: #4D4D4D. Windows color (decimal): -2554289 or 5179097. OLE color: 5179097.
HSL color Cylindrical-coordinate representation of color #D9064F: hue angle of 339.24º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D9064F is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 6 | 79 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.15 |
| HSL | 339.24º | 0.95% | 0.44% | - |
| HSV(B) | 339.24º | 0.97% | 0.85% | - |
| XYZ | 30.09 | 15.45 | 8.79 | - |
| YUV | 77.41 | 128.9 | 227.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 79 | 0 | 0.97 | 0.64 | 0.15 | 339.24 | 0.95 | 0.44 |
| Hex | D9 | 6 | 4F | 0 | 61 | 40 | F | 153 | 5F | 2C |
| Octal | 331 | 6 | 117 | 0 | 141 | 100 | 17 | 523 | 137 | 54 |
| Binary | 11011001 | 110 | 1001111 | 0 | 1100001 | 1000000 | 1111 | 101010011 | 1011111 | 101100 |
Color Harmonies of #D9064F
Complementary color
Monochromatic Colors of #D9064F
Black with #D9064F
Text Example
Text Example
White with #D9064F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9064F; }
p { color: rgb(217,6,79); }
H1.HeaderClassName
{
color: #D9064F;
}
.AnyTagClassName
{
color: #D9064F;
}
</style>
background-color css
<style>
a { background-color: #D9064F; }
a { background-color: rgb(217,6,79); }
div.DivClassName
{
background-color: #D9064F;
}
.BgClassName
{
background-color: #D9064F;
}
</style>
border-color css
<style>
span { border-color: #D9064F; }
span { border-color: rgb(217,6,79); }
td.TdClassName
{
border-color: #D9064F;
}
.TagClassName
{
border-color: #D9064F;
}
</style>