Shades of Razzmatazz #D90850
Tints of Razzmatazz #D90850
RGB
CMYK
RGB Variations
Color information
#D90850 (or 0xD90850) is known color: Razzmatazz. HEX triplet: D9, 08 and 50. RGB value is (217,8,80). Sum of RGB (Red+Green+Blue) = 217+8+80=305 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.15% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 217 - color contains mainly: red. Hex color #D90850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90850 is #26F7AF. Grayscale: #4E4E4E. Windows color (decimal): -2553776 or 5245145. OLE color: 5245145.
HSL color Cylindrical-coordinate representation of color #D90850: hue angle of 339.33º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D90850 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 8 | 80 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.15 |
| HSL | 339.33º | 0.93% | 0.44% | - |
| HSV(B) | 339.33º | 0.96% | 0.85% | - |
| XYZ | 30.15 | 15.5 | 8.99 | - |
| YUV | 78.7 | 128.74 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 8 | 80 | 0 | 0.96 | 0.63 | 0.15 | 339.33 | 0.93 | 0.44 |
| Hex | D9 | 8 | 50 | 0 | 60 | 3F | F | 153 | 5D | 2C |
| Octal | 331 | 10 | 120 | 0 | 140 | 77 | 17 | 523 | 135 | 54 |
| Binary | 11011001 | 1000 | 1010000 | 0 | 1100000 | 111111 | 1111 | 101010011 | 1011101 | 101100 |
Color Harmonies of #D90850
Complementary color
Monochromatic Colors of #D90850
Black with #D90850
Text Example
Text Example
White with #D90850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90850; }
p { color: rgb(217,8,80); }
H1.HeaderClassName
{
color: #D90850;
}
.AnyTagClassName
{
color: #D90850;
}
</style>
background-color css
<style>
a { background-color: #D90850; }
a { background-color: rgb(217,8,80); }
div.DivClassName
{
background-color: #D90850;
}
.BgClassName
{
background-color: #D90850;
}
</style>
border-color css
<style>
span { border-color: #D90850; }
span { border-color: rgb(217,8,80); }
td.TdClassName
{
border-color: #D90850;
}
.TagClassName
{
border-color: #D90850;
}
</style>