Shades of Razzmatazz #D90755
Tints of Razzmatazz #D90755
RGB
CMYK
RGB Variations
Color information
#D90755 (or 0xD90755) is known color: Razzmatazz. HEX triplet: D9, 07 and 55. RGB value is (217,7,85). Sum of RGB (Red+Green+Blue) = 217+7+85=309 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.23% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 217 - color contains mainly: red. Hex color #D90755 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90755 is #26F8AA. Grayscale: #4E4E4E. Windows color (decimal): -2554027 or 5572569. OLE color: 5572569.
HSL color Cylindrical-coordinate representation of color #D90755: hue angle of 337.71º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D90755 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 85 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.15 |
| HSL | 337.71º | 0.94% | 0.44% | - |
| HSV(B) | 337.71º | 0.97% | 0.85% | - |
| XYZ | 30.33 | 15.56 | 10 | - |
| YUV | 78.68 | 131.57 | 226.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 85 | 0 | 0.97 | 0.61 | 0.15 | 337.71 | 0.94 | 0.44 |
| Hex | D9 | 7 | 55 | 0 | 61 | 3D | F | 152 | 5E | 2C |
| Octal | 331 | 7 | 125 | 0 | 141 | 75 | 17 | 522 | 136 | 54 |
| Binary | 11011001 | 111 | 1010101 | 0 | 1100001 | 111101 | 1111 | 101010010 | 1011110 | 101100 |
Color Harmonies of #D90755
Complementary color
Monochromatic Colors of #D90755
Black with #D90755
Text Example
Text Example
White with #D90755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90755; }
p { color: rgb(217,7,85); }
H1.HeaderClassName
{
color: #D90755;
}
.AnyTagClassName
{
color: #D90755;
}
</style>
background-color css
<style>
a { background-color: #D90755; }
a { background-color: rgb(217,7,85); }
div.DivClassName
{
background-color: #D90755;
}
.BgClassName
{
background-color: #D90755;
}
</style>
border-color css
<style>
span { border-color: #D90755; }
span { border-color: rgb(217,7,85); }
td.TdClassName
{
border-color: #D90755;
}
.TagClassName
{
border-color: #D90755;
}
</style>