Shades of Razzmatazz #D90754
Tints of Razzmatazz #D90754
RGB
CMYK
RGB Variations
Color information
#D90754 (or 0xD90754) is known color: Razzmatazz. HEX triplet: D9, 07 and 54. RGB value is (217,7,84). Sum of RGB (Red+Green+Blue) = 217+7+84=308 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.45% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 217 - color contains mainly: red. Hex color #D90754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90754 is #26F8AB. Grayscale: #4E4E4E. Windows color (decimal): -2554028 or 5507033. OLE color: 5507033.
HSL color Cylindrical-coordinate representation of color #D90754: hue angle of 338º 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 #D90754 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 84 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.15 |
| HSL | 338º | 0.94% | 0.44% | - |
| HSV(B) | 338º | 0.97% | 0.85% | - |
| XYZ | 30.29 | 15.54 | 9.79 | - |
| YUV | 78.57 | 131.07 | 226.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 84 | 0 | 0.97 | 0.61 | 0.15 | 338 | 0.94 | 0.44 |
| Hex | D9 | 7 | 54 | 0 | 61 | 3D | F | 152 | 5E | 2C |
| Octal | 331 | 7 | 124 | 0 | 141 | 75 | 17 | 522 | 136 | 54 |
| Binary | 11011001 | 111 | 1010100 | 0 | 1100001 | 111101 | 1111 | 101010010 | 1011110 | 101100 |
Color Harmonies of #D90754
Complementary color
Monochromatic Colors of #D90754
Black with #D90754
Text Example
Text Example
White with #D90754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90754; }
p { color: rgb(217,7,84); }
H1.HeaderClassName
{
color: #D90754;
}
.AnyTagClassName
{
color: #D90754;
}
</style>
background-color css
<style>
a { background-color: #D90754; }
a { background-color: rgb(217,7,84); }
div.DivClassName
{
background-color: #D90754;
}
.BgClassName
{
background-color: #D90754;
}
</style>
border-color css
<style>
span { border-color: #D90754; }
span { border-color: rgb(217,7,84); }
td.TdClassName
{
border-color: #D90754;
}
.TagClassName
{
border-color: #D90754;
}
</style>