Shades of Razzmatazz #D1074F
Tints of Razzmatazz #D1074F
RGB
CMYK
RGB Variations
Color information
#D1074F (or 0xD1074F) is known color: Razzmatazz. HEX triplet: D1, 07 and 4F. RGB value is (209,7,79). Sum of RGB (Red+Green+Blue) = 209+7+79=295 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.85% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 209 - color contains mainly: red. Hex color #D1074F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1074F is #2EF8B0. Grayscale: #4B4B4B. Windows color (decimal): -3078321 or 5179345. OLE color: 5179345.
HSL color Cylindrical-coordinate representation of color #D1074F: hue angle of 338.61º 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 #D1074F is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 7 | 79 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.18 |
| HSL | 338.61º | 0.94% | 0.42% | - |
| HSV(B) | 338.61º | 0.97% | 0.82% | - |
| XYZ | 27.78 | 14.27 | 8.69 | - |
| YUV | 75.61 | 129.92 | 223.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 7 | 79 | 0 | 0.97 | 0.62 | 0.18 | 338.61 | 0.94 | 0.42 |
| Hex | D1 | 7 | 4F | 0 | 61 | 3E | 12 | 153 | 5E | 2A |
| Octal | 321 | 7 | 117 | 0 | 141 | 76 | 22 | 523 | 136 | 52 |
| Binary | 11010001 | 111 | 1001111 | 0 | 1100001 | 111110 | 10010 | 101010011 | 1011110 | 101010 |
Color Harmonies of #D1074F
Complementary color
Monochromatic Colors of #D1074F
Black with #D1074F
Text Example
Text Example
White with #D1074F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1074F; }
p { color: rgb(209,7,79); }
H1.HeaderClassName
{
color: #D1074F;
}
.AnyTagClassName
{
color: #D1074F;
}
</style>
background-color css
<style>
a { background-color: #D1074F; }
a { background-color: rgb(209,7,79); }
div.DivClassName
{
background-color: #D1074F;
}
.BgClassName
{
background-color: #D1074F;
}
</style>
border-color css
<style>
span { border-color: #D1074F; }
span { border-color: rgb(209,7,79); }
td.TdClassName
{
border-color: #D1074F;
}
.TagClassName
{
border-color: #D1074F;
}
</style>