Shades of Ruby #D90469
Tints of Ruby #D90469
RGB
CMYK
RGB Variations
Color information
#D90469 (or 0xD90469) is known color: Ruby. HEX triplet: D9, 04 and 69. RGB value is (217,4,105). Sum of RGB (Red+Green+Blue) = 217+4+105=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 105 (41.41% from 255 or 32.21% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D90469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D90469 is #26FB96. Grayscale: #4F4F4F. Windows color (decimal): -2554775 or 6882521. OLE color: 6882521.
HSL color Cylindrical-coordinate representation of color #D90469: hue angle of 331.55º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D90469 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 4 | 105 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.15 |
| HSL | 331.55º | 0.96% | 0.43% | - |
| HSV(B) | 331.55º | 0.98% | 0.85% | - |
| XYZ | 31.21 | 15.86 | 14.78 | - |
| YUV | 79.2 | 142.57 | 226.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 4 | 105 | 0 | 0.98 | 0.52 | 0.15 | 331.55 | 0.96 | 0.43 |
| Hex | D9 | 4 | 69 | 0 | 62 | 34 | F | 14C | 60 | 2B |
| Octal | 331 | 4 | 151 | 0 | 142 | 64 | 17 | 514 | 140 | 53 |
| Binary | 11011001 | 100 | 1101001 | 0 | 1100010 | 110100 | 1111 | 101001100 | 1100000 | 101011 |
Color Harmonies of #D90469
Complementary color
Monochromatic Colors of #D90469
Black with #D90469
Text Example
Text Example
White with #D90469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90469; }
p { color: rgb(217,4,105); }
H1.HeaderClassName
{
color: #D90469;
}
.AnyTagClassName
{
color: #D90469;
}
</style>
background-color css
<style>
a { background-color: #D90469; }
a { background-color: rgb(217,4,105); }
div.DivClassName
{
background-color: #D90469;
}
.BgClassName
{
background-color: #D90469;
}
</style>
border-color css
<style>
span { border-color: #D90469; }
span { border-color: rgb(217,4,105); }
td.TdClassName
{
border-color: #D90469;
}
.TagClassName
{
border-color: #D90469;
}
</style>