Shades of Razzmatazz #D90D57
Tints of Razzmatazz #D90D57
RGB
CMYK
RGB Variations
Color information
#D90D57 (or 0xD90D57) is known color: Razzmatazz. HEX triplet: D9, 0D and 57. RGB value is (217,13,87). Sum of RGB (Red+Green+Blue) = 217+13+87=317 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.45% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 87 (34.38% from 255 or 27.44% from 317); Max value from RGB is 217 - color contains mainly: red. Hex color #D90D57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90D57 is #26F2A8. Grayscale: #525252. Windows color (decimal): -2552489 or 5705177. OLE color: 5705177.
HSL color Cylindrical-coordinate representation of color #D90D57: hue angle of 338.24º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90D57 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 13 | 87 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.15 |
| HSL | 338.24º | 0.89% | 0.45% | - |
| HSV(B) | 338.24º | 0.94% | 0.85% | - |
| XYZ | 30.48 | 15.73 | 10.45 | - |
| YUV | 82.43 | 130.59 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 87 | 0 | 0.94 | 0.60 | 0.15 | 338.24 | 0.89 | 0.45 |
| Hex | D9 | D | 57 | 0 | 5E | 3C | F | 152 | 59 | 2D |
| Octal | 331 | 15 | 127 | 0 | 136 | 74 | 17 | 522 | 131 | 55 |
| Binary | 11011001 | 1101 | 1010111 | 0 | 1011110 | 111100 | 1111 | 101010010 | 1011001 | 101101 |
Color Harmonies of #D90D57
Complementary color
Monochromatic Colors of #D90D57
Black with #D90D57
Text Example
Text Example
White with #D90D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90D57; }
p { color: rgb(217,13,87); }
H1.HeaderClassName
{
color: #D90D57;
}
.AnyTagClassName
{
color: #D90D57;
}
</style>
background-color css
<style>
a { background-color: #D90D57; }
a { background-color: rgb(217,13,87); }
div.DivClassName
{
background-color: #D90D57;
}
.BgClassName
{
background-color: #D90D57;
}
</style>
border-color css
<style>
span { border-color: #D90D57; }
span { border-color: rgb(217,13,87); }
td.TdClassName
{
border-color: #D90D57;
}
.TagClassName
{
border-color: #D90D57;
}
</style>