Shades of Razzmatazz #D5075A
Tints of Razzmatazz #D5075A
RGB
CMYK
RGB Variations
Color information
#D5075A (or 0xD5075A) is known color: Razzmatazz. HEX triplet: D5, 07 and 5A. RGB value is (213,7,90). Sum of RGB (Red+Green+Blue) = 213+7+90=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 90 (35.55% from 255 or 29.03% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D5075A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5075A is #2AF8A5. Grayscale: #4D4D4D. Windows color (decimal): -2816166 or 5900245. OLE color: 5900245.
HSL color Cylindrical-coordinate representation of color #D5075A: hue angle of 335.83º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D5075A is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 7 | 90 | - |
| CMYK | 0 | 0.97 | 0.58 | 0.16 |
| HSL | 335.83º | 0.94% | 0.43% | - |
| HSV(B) | 335.83º | 0.97% | 0.84% | - |
| XYZ | 29.36 | 15.04 | 11.03 | - |
| YUV | 78.06 | 134.75 | 224.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 7 | 90 | 0 | 0.97 | 0.58 | 0.16 | 335.83 | 0.94 | 0.43 |
| Hex | D5 | 7 | 5A | 0 | 61 | 3A | 10 | 150 | 5E | 2B |
| Octal | 325 | 7 | 132 | 0 | 141 | 72 | 20 | 520 | 136 | 53 |
| Binary | 11010101 | 111 | 1011010 | 0 | 1100001 | 111010 | 10000 | 101010000 | 1011110 | 101011 |
Color Harmonies of #D5075A
Complementary color
Monochromatic Colors of #D5075A
Black with #D5075A
Text Example
Text Example
White with #D5075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5075A; }
p { color: rgb(213,7,90); }
H1.HeaderClassName
{
color: #D5075A;
}
.AnyTagClassName
{
color: #D5075A;
}
</style>
background-color css
<style>
a { background-color: #D5075A; }
a { background-color: rgb(213,7,90); }
div.DivClassName
{
background-color: #D5075A;
}
.BgClassName
{
background-color: #D5075A;
}
</style>
border-color css
<style>
span { border-color: #D5075A; }
span { border-color: rgb(213,7,90); }
td.TdClassName
{
border-color: #D5075A;
}
.TagClassName
{
border-color: #D5075A;
}
</style>