Shades of Razzmatazz #D90B4F
Tints of Razzmatazz #D90B4F
RGB
CMYK
RGB Variations
Color information
#D90B4F (or 0xD90B4F) is known color: Razzmatazz. HEX triplet: D9, 0B and 4F. RGB value is (217,11,79). Sum of RGB (Red+Green+Blue) = 217+11+79=307 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.68% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 217 - color contains mainly: red. Hex color #D90B4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90B4F is #26F4B0. Grayscale: #505050. Windows color (decimal): -2553009 or 5180377. OLE color: 5180377.
HSL color Cylindrical-coordinate representation of color #D90B4F: hue angle of 340.19º degrees, saturation: 0.9, 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 #D90B4F is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 11 | 79 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.15 |
| HSL | 340.19º | 0.9% | 0.45% | - |
| HSV(B) | 340.19º | 0.95% | 0.85% | - |
| XYZ | 30.15 | 15.56 | 8.81 | - |
| YUV | 80.35 | 127.25 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 79 | 0 | 0.95 | 0.64 | 0.15 | 340.19 | 0.9 | 0.45 |
| Hex | D9 | B | 4F | 0 | 5F | 40 | F | 154 | 5A | 2D |
| Octal | 331 | 13 | 117 | 0 | 137 | 100 | 17 | 524 | 132 | 55 |
| Binary | 11011001 | 1011 | 1001111 | 0 | 1011111 | 1000000 | 1111 | 101010100 | 1011010 | 101101 |
Color Harmonies of #D90B4F
Complementary color
Monochromatic Colors of #D90B4F
Black with #D90B4F
Text Example
Text Example
White with #D90B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90B4F; }
p { color: rgb(217,11,79); }
H1.HeaderClassName
{
color: #D90B4F;
}
.AnyTagClassName
{
color: #D90B4F;
}
</style>
background-color css
<style>
a { background-color: #D90B4F; }
a { background-color: rgb(217,11,79); }
div.DivClassName
{
background-color: #D90B4F;
}
.BgClassName
{
background-color: #D90B4F;
}
</style>
border-color css
<style>
span { border-color: #D90B4F; }
span { border-color: rgb(217,11,79); }
td.TdClassName
{
border-color: #D90B4F;
}
.TagClassName
{
border-color: #D90B4F;
}
</style>