Shades of Razzmatazz #D1034A
Tints of Razzmatazz #D1034A
RGB
CMYK
RGB Variations
Color information
#D1034A (or 0xD1034A) is known color: Razzmatazz. HEX triplet: D1, 03 and 4A. RGB value is (209,3,74). Sum of RGB (Red+Green+Blue) = 209+3+74=286 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.08% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 209 - color contains mainly: red. Hex color #D1034A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1034A is #2EFCB5. Grayscale: #484848. Windows color (decimal): -3079350 or 4850641. OLE color: 4850641.
HSL color Cylindrical-coordinate representation of color #D1034A: hue angle of 339.32º 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 #D1034A is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 3 | 74 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.18 |
| HSL | 339.32º | 0.97% | 0.42% | - |
| HSV(B) | 339.32º | 0.99% | 0.82% | - |
| XYZ | 27.56 | 14.11 | 7.75 | - |
| YUV | 72.69 | 128.75 | 225.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 3 | 74 | 0 | 0.99 | 0.65 | 0.18 | 339.32 | 0.97 | 0.42 |
| Hex | D1 | 3 | 4A | 0 | 63 | 41 | 12 | 153 | 61 | 2A |
| Octal | 321 | 3 | 112 | 0 | 143 | 101 | 22 | 523 | 141 | 52 |
| Binary | 11010001 | 11 | 1001010 | 0 | 1100011 | 1000001 | 10010 | 101010011 | 1100001 | 101010 |
Color Harmonies of #D1034A
Complementary color
Monochromatic Colors of #D1034A
Black with #D1034A
Text Example
Text Example
White with #D1034A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1034A; }
p { color: rgb(209,3,74); }
H1.HeaderClassName
{
color: #D1034A;
}
.AnyTagClassName
{
color: #D1034A;
}
</style>
background-color css
<style>
a { background-color: #D1034A; }
a { background-color: rgb(209,3,74); }
div.DivClassName
{
background-color: #D1034A;
}
.BgClassName
{
background-color: #D1034A;
}
</style>
border-color css
<style>
span { border-color: #D1034A; }
span { border-color: rgb(209,3,74); }
td.TdClassName
{
border-color: #D1034A;
}
.TagClassName
{
border-color: #D1034A;
}
</style>