Shades of Razzmatazz #D90A51
Tints of Razzmatazz #D90A51
RGB
CMYK
RGB Variations
Color information
#D90A51 (or 0xD90A51) is known color: Razzmatazz. HEX triplet: D9, 0A and 51. RGB value is (217,10,81). Sum of RGB (Red+Green+Blue) = 217+10+81=308 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.45% from 308); Green value is 10 (4.30% from 255 or 3.25% from 308); Blue value is 81 (32.03% from 255 or 26.30% from 308); Max value from RGB is 217 - color contains mainly: red. Hex color #D90A51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90A51 is #26F5AE. Grayscale: #4F4F4F. Windows color (decimal): -2553263 or 5311193. OLE color: 5311193.
HSL color Cylindrical-coordinate representation of color #D90A51: hue angle of 339.42º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90A51 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 10 | 81 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.15 |
| HSL | 339.42º | 0.91% | 0.45% | - |
| HSV(B) | 339.42º | 0.95% | 0.85% | - |
| XYZ | 30.21 | 15.56 | 9.2 | - |
| YUV | 79.99 | 128.58 | 225.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 10 | 81 | 0 | 0.95 | 0.63 | 0.15 | 339.42 | 0.91 | 0.45 |
| Hex | D9 | A | 51 | 0 | 5F | 3F | F | 153 | 5B | 2D |
| Octal | 331 | 12 | 121 | 0 | 137 | 77 | 17 | 523 | 133 | 55 |
| Binary | 11011001 | 1010 | 1010001 | 0 | 1011111 | 111111 | 1111 | 101010011 | 1011011 | 101101 |
Color Harmonies of #D90A51
Complementary color
Monochromatic Colors of #D90A51
Black with #D90A51
Text Example
Text Example
White with #D90A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90A51; }
p { color: rgb(217,10,81); }
H1.HeaderClassName
{
color: #D90A51;
}
.AnyTagClassName
{
color: #D90A51;
}
</style>
background-color css
<style>
a { background-color: #D90A51; }
a { background-color: rgb(217,10,81); }
div.DivClassName
{
background-color: #D90A51;
}
.BgClassName
{
background-color: #D90A51;
}
</style>
border-color css
<style>
span { border-color: #D90A51; }
span { border-color: rgb(217,10,81); }
td.TdClassName
{
border-color: #D90A51;
}
.TagClassName
{
border-color: #D90A51;
}
</style>