Shades of Razzmatazz #D1044F
Tints of Razzmatazz #D1044F
RGB
CMYK
RGB Variations
Color information
#D1044F (or 0xD1044F) is known color: Razzmatazz. HEX triplet: D1, 04 and 4F. RGB value is (209,4,79). Sum of RGB (Red+Green+Blue) = 209+4+79=292 (38% of max value = 765). Red value is 209 (82.03% from 255 or 71.58% from 292); Green value is 4 (1.95% from 255 or 1.37% from 292); Blue value is 79 (31.25% from 255 or 27.05% from 292); Max value from RGB is 209 - color contains mainly: red. Hex color #D1044F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1044F is #2EFBB0. Grayscale: #494949. Windows color (decimal): -3079089 or 5178577. OLE color: 5178577.
HSL color Cylindrical-coordinate representation of color #D1044F: hue angle of 338.05º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1044F is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 4 | 79 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.18 |
| HSL | 338.05º | 0.96% | 0.42% | - |
| HSV(B) | 338.05º | 0.98% | 0.82% | - |
| XYZ | 27.75 | 14.21 | 8.68 | - |
| YUV | 73.85 | 130.92 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 4 | 79 | 0 | 0.98 | 0.62 | 0.18 | 338.05 | 0.96 | 0.42 |
| Hex | D1 | 4 | 4F | 0 | 62 | 3E | 12 | 152 | 60 | 2A |
| Octal | 321 | 4 | 117 | 0 | 142 | 76 | 22 | 522 | 140 | 52 |
| Binary | 11010001 | 100 | 1001111 | 0 | 1100010 | 111110 | 10010 | 101010010 | 1100000 | 101010 |
Color Harmonies of #D1044F
Complementary color
Monochromatic Colors of #D1044F
Black with #D1044F
Text Example
Text Example
White with #D1044F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1044F; }
p { color: rgb(209,4,79); }
H1.HeaderClassName
{
color: #D1044F;
}
.AnyTagClassName
{
color: #D1044F;
}
</style>
background-color css
<style>
a { background-color: #D1044F; }
a { background-color: rgb(209,4,79); }
div.DivClassName
{
background-color: #D1044F;
}
.BgClassName
{
background-color: #D1044F;
}
</style>
border-color css
<style>
span { border-color: #D1044F; }
span { border-color: rgb(209,4,79); }
td.TdClassName
{
border-color: #D1044F;
}
.TagClassName
{
border-color: #D1044F;
}
</style>