Shades of Ruby #D90667
Tints of Ruby #D90667
RGB
CMYK
RGB Variations
Color information
#D90667 (or 0xD90667) is known color: Ruby. HEX triplet: D9, 06 and 67. RGB value is (217,6,103). Sum of RGB (Red+Green+Blue) = 217+6+103=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 6 (2.73% from 255 or 1.84% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D90667 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90667 is #26F998. Grayscale: #4F4F4F. Windows color (decimal): -2554265 or 6751961. OLE color: 6751961.
HSL color Cylindrical-coordinate representation of color #D90667: hue angle of 332.42º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D90667 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 6 | 103 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.15 |
| HSL | 332.42º | 0.95% | 0.44% | - |
| HSV(B) | 332.42º | 0.97% | 0.85% | - |
| XYZ | 31.13 | 15.86 | 14.25 | - |
| YUV | 80.15 | 140.9 | 225.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 6 | 103 | 0 | 0.97 | 0.53 | 0.15 | 332.42 | 0.95 | 0.44 |
| Hex | D9 | 6 | 67 | 0 | 61 | 35 | F | 14C | 5F | 2C |
| Octal | 331 | 6 | 147 | 0 | 141 | 65 | 17 | 514 | 137 | 54 |
| Binary | 11011001 | 110 | 1100111 | 0 | 1100001 | 110101 | 1111 | 101001100 | 1011111 | 101100 |
Color Harmonies of #D90667
Complementary color
Monochromatic Colors of #D90667
Black with #D90667
Text Example
Text Example
White with #D90667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90667; }
p { color: rgb(217,6,103); }
H1.HeaderClassName
{
color: #D90667;
}
.AnyTagClassName
{
color: #D90667;
}
</style>
background-color css
<style>
a { background-color: #D90667; }
a { background-color: rgb(217,6,103); }
div.DivClassName
{
background-color: #D90667;
}
.BgClassName
{
background-color: #D90667;
}
</style>
border-color css
<style>
span { border-color: #D90667; }
span { border-color: rgb(217,6,103); }
td.TdClassName
{
border-color: #D90667;
}
.TagClassName
{
border-color: #D90667;
}
</style>