Shades of Razzmatazz #D1044B
Tints of Razzmatazz #D1044B
RGB
CMYK
RGB Variations
Color information
#D1044B (or 0xD1044B) is known color: Razzmatazz. HEX triplet: D1, 04 and 4B. RGB value is (209,4,75). Sum of RGB (Red+Green+Blue) = 209+4+75=288 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.57% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 209 - color contains mainly: red. Hex color #D1044B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1044B is #2EFBB4. Grayscale: #494949. Windows color (decimal): -3079093 or 4916433. OLE color: 4916433.
HSL color Cylindrical-coordinate representation of color #D1044B: hue angle of 339.22º 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 #D1044B is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 4 | 75 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.18 |
| HSL | 339.22º | 0.96% | 0.42% | - |
| HSV(B) | 339.22º | 0.98% | 0.82% | - |
| XYZ | 27.61 | 14.15 | 7.93 | - |
| YUV | 73.39 | 128.92 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 4 | 75 | 0 | 0.98 | 0.64 | 0.18 | 339.22 | 0.96 | 0.42 |
| Hex | D1 | 4 | 4B | 0 | 62 | 40 | 12 | 153 | 60 | 2A |
| Octal | 321 | 4 | 113 | 0 | 142 | 100 | 22 | 523 | 140 | 52 |
| Binary | 11010001 | 100 | 1001011 | 0 | 1100010 | 1000000 | 10010 | 101010011 | 1100000 | 101010 |
Color Harmonies of #D1044B
Complementary color
Monochromatic Colors of #D1044B
Black with #D1044B
Text Example
Text Example
White with #D1044B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1044B; }
p { color: rgb(209,4,75); }
H1.HeaderClassName
{
color: #D1044B;
}
.AnyTagClassName
{
color: #D1044B;
}
</style>
background-color css
<style>
a { background-color: #D1044B; }
a { background-color: rgb(209,4,75); }
div.DivClassName
{
background-color: #D1044B;
}
.BgClassName
{
background-color: #D1044B;
}
</style>
border-color css
<style>
span { border-color: #D1044B; }
span { border-color: rgb(209,4,75); }
td.TdClassName
{
border-color: #D1044B;
}
.TagClassName
{
border-color: #D1044B;
}
</style>