Shades of Ruby #D90B5C
Tints of Ruby #D90B5C
RGB
CMYK
RGB Variations
Color information
#D90B5C (or 0xD90B5C) is known color: Ruby. HEX triplet: D9, 0B and 5C. RGB value is (217,11,92). Sum of RGB (Red+Green+Blue) = 217+11+92=320 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.81% from 320); Green value is 11 (4.69% from 255 or 3.44% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 217 - color contains mainly: red. Hex color #D90B5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90B5C is #26F4A3. Grayscale: #515151. Windows color (decimal): -2552996 or 6032345. OLE color: 6032345.
HSL color Cylindrical-coordinate representation of color #D90B5C: hue angle of 336.41º 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 #D90B5C is Cyan = 0, Magento = 0.95, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 11 | 92 | - |
| CMYK | 0 | 0.95 | 0.58 | 0.15 |
| HSL | 336.41º | 0.9% | 0.45% | - |
| HSV(B) | 336.41º | 0.95% | 0.85% | - |
| XYZ | 30.67 | 15.76 | 11.55 | - |
| YUV | 81.83 | 133.75 | 224.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 11 | 92 | 0 | 0.95 | 0.58 | 0.15 | 336.41 | 0.9 | 0.45 |
| Hex | D9 | B | 5C | 0 | 5F | 3A | F | 150 | 5A | 2D |
| Octal | 331 | 13 | 134 | 0 | 137 | 72 | 17 | 520 | 132 | 55 |
| Binary | 11011001 | 1011 | 1011100 | 0 | 1011111 | 111010 | 1111 | 101010000 | 1011010 | 101101 |
Color Harmonies of #D90B5C
Complementary color
Monochromatic Colors of #D90B5C
Black with #D90B5C
Text Example
Text Example
White with #D90B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90B5C; }
p { color: rgb(217,11,92); }
H1.HeaderClassName
{
color: #D90B5C;
}
.AnyTagClassName
{
color: #D90B5C;
}
</style>
background-color css
<style>
a { background-color: #D90B5C; }
a { background-color: rgb(217,11,92); }
div.DivClassName
{
background-color: #D90B5C;
}
.BgClassName
{
background-color: #D90B5C;
}
</style>
border-color css
<style>
span { border-color: #D90B5C; }
span { border-color: rgb(217,11,92); }
td.TdClassName
{
border-color: #D90B5C;
}
.TagClassName
{
border-color: #D90B5C;
}
</style>