Shades of Razzmatazz #D7045A
Tints of Razzmatazz #D7045A
RGB
CMYK
RGB Variations
Color information
#D7045A (or 0xD7045A) is known color: Razzmatazz. HEX triplet: D7, 04 and 5A. RGB value is (215,4,90). Sum of RGB (Red+Green+Blue) = 215+4+90=309 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.58% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 215 - color contains mainly: red. Hex color #D7045A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7045A is #28FBA5. Grayscale: #4C4C4C. Windows color (decimal): -2685862 or 5899479. OLE color: 5899479.
HSL color Cylindrical-coordinate representation of color #D7045A: hue angle of 335.55º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D7045A is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 4 | 90 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.16 |
| HSL | 335.55º | 0.96% | 0.43% | - |
| HSV(B) | 335.55º | 0.98% | 0.84% | - |
| XYZ | 29.91 | 15.27 | 11.04 | - |
| YUV | 76.89 | 135.4 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 4 | 90 | 0 | 0.98 | 0.58 | 0.16 | 335.55 | 0.96 | 0.43 |
| Hex | D7 | 4 | 5A | 0 | 62 | 3A | 10 | 150 | 60 | 2B |
| Octal | 327 | 4 | 132 | 0 | 142 | 72 | 20 | 520 | 140 | 53 |
| Binary | 11010111 | 100 | 1011010 | 0 | 1100010 | 111010 | 10000 | 101010000 | 1100000 | 101011 |
Color Harmonies of #D7045A
Complementary color
Monochromatic Colors of #D7045A
Black with #D7045A
Text Example
Text Example
White with #D7045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7045A; }
p { color: rgb(215,4,90); }
H1.HeaderClassName
{
color: #D7045A;
}
.AnyTagClassName
{
color: #D7045A;
}
</style>
background-color css
<style>
a { background-color: #D7045A; }
a { background-color: rgb(215,4,90); }
div.DivClassName
{
background-color: #D7045A;
}
.BgClassName
{
background-color: #D7045A;
}
</style>
border-color css
<style>
span { border-color: #D7045A; }
span { border-color: rgb(215,4,90); }
td.TdClassName
{
border-color: #D7045A;
}
.TagClassName
{
border-color: #D7045A;
}
</style>