Shades of Ruby #D9145C
Tints of Ruby #D9145C
RGB
CMYK
RGB Variations
Color information
#D9145C (or 0xD9145C) is known color: Ruby. HEX triplet: D9, 14 and 5C. RGB value is (217,20,92). Sum of RGB (Red+Green+Blue) = 217+20+92=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D9145C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9145C is #26EBA3. Grayscale: #575757. Windows color (decimal): -2550692 or 6034649. OLE color: 6034649.
HSL color Cylindrical-coordinate representation of color #D9145C: hue angle of 338.07º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D9145C is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 20 | 92 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.15 |
| HSL | 338.07º | 0.83% | 0.46% | - |
| HSV(B) | 338.07º | 0.91% | 0.85% | - |
| XYZ | 30.8 | 16.02 | 11.6 | - |
| YUV | 87.11 | 130.77 | 220.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 20 | 92 | 0 | 0.91 | 0.58 | 0.15 | 338.07 | 0.83 | 0.46 |
| Hex | D9 | 14 | 5C | 0 | 5B | 3A | F | 152 | 53 | 2E |
| Octal | 331 | 24 | 134 | 0 | 133 | 72 | 17 | 522 | 123 | 56 |
| Binary | 11011001 | 10100 | 1011100 | 0 | 1011011 | 111010 | 1111 | 101010010 | 1010011 | 101110 |
Color Harmonies of #D9145C
Complementary color
Monochromatic Colors of #D9145C
Black with #D9145C
Text Example
Text Example
White with #D9145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9145C; }
p { color: rgb(217,20,92); }
H1.HeaderClassName
{
color: #D9145C;
}
.AnyTagClassName
{
color: #D9145C;
}
</style>
background-color css
<style>
a { background-color: #D9145C; }
a { background-color: rgb(217,20,92); }
div.DivClassName
{
background-color: #D9145C;
}
.BgClassName
{
background-color: #D9145C;
}
</style>
border-color css
<style>
span { border-color: #D9145C; }
span { border-color: rgb(217,20,92); }
td.TdClassName
{
border-color: #D9145C;
}
.TagClassName
{
border-color: #D9145C;
}
</style>