Shades of Razzmatazz #D90D55
Tints of Razzmatazz #D90D55
RGB
CMYK
RGB Variations
Color information
#D90D55 (or 0xD90D55) is known color: Razzmatazz. HEX triplet: D9, 0D and 55. RGB value is (217,13,85). Sum of RGB (Red+Green+Blue) = 217+13+85=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D90D55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90D55 is #26F2AA. Grayscale: #525252. Windows color (decimal): -2552491 or 5574105. OLE color: 5574105.
HSL color Cylindrical-coordinate representation of color #D90D55: hue angle of 338.82º 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 #D90D55 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 13 | 85 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.15 |
| HSL | 338.82º | 0.89% | 0.45% | - |
| HSV(B) | 338.82º | 0.94% | 0.85% | - |
| XYZ | 30.4 | 15.7 | 10.02 | - |
| YUV | 82.2 | 129.59 | 224.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 85 | 0 | 0.94 | 0.61 | 0.15 | 338.82 | 0.89 | 0.45 |
| Hex | D9 | D | 55 | 0 | 5E | 3D | F | 153 | 59 | 2D |
| Octal | 331 | 15 | 125 | 0 | 136 | 75 | 17 | 523 | 131 | 55 |
| Binary | 11011001 | 1101 | 1010101 | 0 | 1011110 | 111101 | 1111 | 101010011 | 1011001 | 101101 |
Color Harmonies of #D90D55
Complementary color
Monochromatic Colors of #D90D55
Black with #D90D55
Text Example
Text Example
White with #D90D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90D55; }
p { color: rgb(217,13,85); }
H1.HeaderClassName
{
color: #D90D55;
}
.AnyTagClassName
{
color: #D90D55;
}
</style>
background-color css
<style>
a { background-color: #D90D55; }
a { background-color: rgb(217,13,85); }
div.DivClassName
{
background-color: #D90D55;
}
.BgClassName
{
background-color: #D90D55;
}
</style>
border-color css
<style>
span { border-color: #D90D55; }
span { border-color: rgb(217,13,85); }
td.TdClassName
{
border-color: #D90D55;
}
.TagClassName
{
border-color: #D90D55;
}
</style>