Shades of Razzmatazz #D9045B
Tints of Razzmatazz #D9045B
RGB
CMYK
RGB Variations
Color information
#D9045B (or 0xD9045B) is known color: Razzmatazz. HEX triplet: D9, 04 and 5B. RGB value is (217,4,91). Sum of RGB (Red+Green+Blue) = 217+4+91=312 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.55% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 217 - color contains mainly: red. Hex color #D9045B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9045B is #26FBA4. Grayscale: #4D4D4D. Windows color (decimal): -2554789 or 5965017. OLE color: 5965017.
HSL color Cylindrical-coordinate representation of color #D9045B: hue angle of 335.49º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D9045B is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 91 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.15 |
| HSL | 335.49º | 0.96% | 0.43% | - |
| HSV(B) | 335.49º | 0.98% | 0.85% | - |
| XYZ | 30.55 | 15.59 | 11.3 | - |
| YUV | 77.61 | 135.57 | 227.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 91 | 0 | 0.98 | 0.58 | 0.15 | 335.49 | 0.96 | 0.43 |
| Hex | D9 | 4 | 5B | 0 | 62 | 3A | F | 14F | 60 | 2B |
| Octal | 331 | 4 | 133 | 0 | 142 | 72 | 17 | 517 | 140 | 53 |
| Binary | 11011001 | 100 | 1011011 | 0 | 1100010 | 111010 | 1111 | 101001111 | 1100000 | 101011 |
Color Harmonies of #D9045B
Complementary color
Monochromatic Colors of #D9045B
Black with #D9045B
Text Example
Text Example
White with #D9045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9045B; }
p { color: rgb(217,4,91); }
H1.HeaderClassName
{
color: #D9045B;
}
.AnyTagClassName
{
color: #D9045B;
}
</style>
background-color css
<style>
a { background-color: #D9045B; }
a { background-color: rgb(217,4,91); }
div.DivClassName
{
background-color: #D9045B;
}
.BgClassName
{
background-color: #D9045B;
}
</style>
border-color css
<style>
span { border-color: #D9045B; }
span { border-color: rgb(217,4,91); }
td.TdClassName
{
border-color: #D9045B;
}
.TagClassName
{
border-color: #D9045B;
}
</style>