Shades of Razzmatazz #D1034E
Tints of Razzmatazz #D1034E
RGB
CMYK
RGB Variations
Color information
#D1034E (or 0xD1034E) is known color: Razzmatazz. HEX triplet: D1, 03 and 4E. RGB value is (209,3,78). Sum of RGB (Red+Green+Blue) = 209+3+78=290 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.07% from 290); Green value is 3 (1.56% from 255 or 1.03% from 290); Blue value is 78 (30.86% from 255 or 26.90% from 290); Max value from RGB is 209 - color contains mainly: red. Hex color #D1034E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1034E is #2EFCB1. Grayscale: #494949. Windows color (decimal): -3079346 or 5112785. OLE color: 5112785.
HSL color Cylindrical-coordinate representation of color #D1034E: hue angle of 338.16º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1034E is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 78 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.18 |
| HSL | 338.16º | 0.97% | 0.42% | - |
| HSV(B) | 338.16º | 0.99% | 0.82% | - |
| XYZ | 27.7 | 14.17 | 8.48 | - |
| YUV | 73.14 | 130.75 | 224.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 78 | 0 | 0.99 | 0.63 | 0.18 | 338.16 | 0.97 | 0.42 |
| Hex | D1 | 3 | 4E | 0 | 63 | 3F | 12 | 152 | 61 | 2A |
| Octal | 321 | 3 | 116 | 0 | 143 | 77 | 22 | 522 | 141 | 52 |
| Binary | 11010001 | 11 | 1001110 | 0 | 1100011 | 111111 | 10010 | 101010010 | 1100001 | 101010 |
Color Harmonies of #D1034E
Complementary color
Monochromatic Colors of #D1034E
Black with #D1034E
Text Example
Text Example
White with #D1034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1034E; }
p { color: rgb(209,3,78); }
H1.HeaderClassName
{
color: #D1034E;
}
.AnyTagClassName
{
color: #D1034E;
}
</style>
background-color css
<style>
a { background-color: #D1034E; }
a { background-color: rgb(209,3,78); }
div.DivClassName
{
background-color: #D1034E;
}
.BgClassName
{
background-color: #D1034E;
}
</style>
border-color css
<style>
span { border-color: #D1034E; }
span { border-color: rgb(209,3,78); }
td.TdClassName
{
border-color: #D1034E;
}
.TagClassName
{
border-color: #D1034E;
}
</style>