Shades of Ruby #D90A68
Tints of Ruby #D90A68
RGB
CMYK
RGB Variations
Color information
#D90A68 (or 0xD90A68) is known color: Ruby. HEX triplet: D9, 0A and 68. RGB value is (217,10,104). Sum of RGB (Red+Green+Blue) = 217+10+104=331 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.56% from 331); Green value is 10 (4.30% from 255 or 3.02% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 217 - color contains mainly: red. Hex color #D90A68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90A68 is #26F597. Grayscale: #525252. Windows color (decimal): -2553240 or 6818521. OLE color: 6818521.
HSL color Cylindrical-coordinate representation of color #D90A68: hue angle of 332.75º 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 #D90A68 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 10 | 104 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.15 |
| HSL | 332.75º | 0.91% | 0.45% | - |
| HSV(B) | 332.75º | 0.95% | 0.85% | - |
| XYZ | 31.22 | 15.97 | 14.53 | - |
| YUV | 82.61 | 140.08 | 223.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 10 | 104 | 0 | 0.95 | 0.52 | 0.15 | 332.75 | 0.91 | 0.45 |
| Hex | D9 | A | 68 | 0 | 5F | 34 | F | 14D | 5B | 2D |
| Octal | 331 | 12 | 150 | 0 | 137 | 64 | 17 | 515 | 133 | 55 |
| Binary | 11011001 | 1010 | 1101000 | 0 | 1011111 | 110100 | 1111 | 101001101 | 1011011 | 101101 |
Color Harmonies of #D90A68
Complementary color
Monochromatic Colors of #D90A68
Black with #D90A68
Text Example
Text Example
White with #D90A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90A68; }
p { color: rgb(217,10,104); }
H1.HeaderClassName
{
color: #D90A68;
}
.AnyTagClassName
{
color: #D90A68;
}
</style>
background-color css
<style>
a { background-color: #D90A68; }
a { background-color: rgb(217,10,104); }
div.DivClassName
{
background-color: #D90A68;
}
.BgClassName
{
background-color: #D90A68;
}
</style>
border-color css
<style>
span { border-color: #D90A68; }
span { border-color: rgb(217,10,104); }
td.TdClassName
{
border-color: #D90A68;
}
.TagClassName
{
border-color: #D90A68;
}
</style>