Shades of Razzmatazz #D90B56
Tints of Razzmatazz #D90B56
RGB
CMYK
RGB Variations
Color information
#D90B56 (or 0xD90B56) is known color: Razzmatazz. HEX triplet: D9, 0B and 56. RGB value is (217,11,86). Sum of RGB (Red+Green+Blue) = 217+11+86=314 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.11% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 217 - color contains mainly: red. Hex color #D90B56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90B56 is #26F4A9. Grayscale: #515151. Windows color (decimal): -2553002 or 5639129. OLE color: 5639129.
HSL color Cylindrical-coordinate representation of color #D90B56: hue angle of 338.16º 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 #D90B56 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 11 | 86 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.15 |
| HSL | 338.16º | 0.9% | 0.45% | - |
| HSV(B) | 338.16º | 0.95% | 0.85% | - |
| XYZ | 30.41 | 15.66 | 10.22 | - |
| YUV | 81.14 | 130.75 | 224.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 86 | 0 | 0.95 | 0.60 | 0.15 | 338.16 | 0.9 | 0.45 |
| Hex | D9 | B | 56 | 0 | 5F | 3C | F | 152 | 5A | 2D |
| Octal | 331 | 13 | 126 | 0 | 137 | 74 | 17 | 522 | 132 | 55 |
| Binary | 11011001 | 1011 | 1010110 | 0 | 1011111 | 111100 | 1111 | 101010010 | 1011010 | 101101 |
Color Harmonies of #D90B56
Complementary color
Monochromatic Colors of #D90B56
Black with #D90B56
Text Example
Text Example
White with #D90B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90B56; }
p { color: rgb(217,11,86); }
H1.HeaderClassName
{
color: #D90B56;
}
.AnyTagClassName
{
color: #D90B56;
}
</style>
background-color css
<style>
a { background-color: #D90B56; }
a { background-color: rgb(217,11,86); }
div.DivClassName
{
background-color: #D90B56;
}
.BgClassName
{
background-color: #D90B56;
}
</style>
border-color css
<style>
span { border-color: #D90B56; }
span { border-color: rgb(217,11,86); }
td.TdClassName
{
border-color: #D90B56;
}
.TagClassName
{
border-color: #D90B56;
}
</style>