Shades of Ruby #D1095A
Tints of Ruby #D1095A
RGB
CMYK
RGB Variations
Color information
#D1095A (or 0xD1095A) is known color: Ruby. HEX triplet: D1, 09 and 5A. RGB value is (209,9,90). Sum of RGB (Red+Green+Blue) = 209+9+90=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D1095A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1095A is #2EF6A5. Grayscale: #4D4D4D. Windows color (decimal): -3077798 or 5900753. OLE color: 5900753.
HSL color Cylindrical-coordinate representation of color #D1095A: hue angle of 335.7º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D1095A is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 9 | 90 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.18 |
| HSL | 335.7º | 0.92% | 0.43% | - |
| HSV(B) | 335.7º | 0.96% | 0.82% | - |
| XYZ | 28.24 | 14.49 | 10.98 | - |
| YUV | 78.03 | 134.76 | 221.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 9 | 90 | 0 | 0.96 | 0.57 | 0.18 | 335.7 | 0.92 | 0.43 |
| Hex | D1 | 9 | 5A | 0 | 60 | 39 | 12 | 150 | 5C | 2B |
| Octal | 321 | 11 | 132 | 0 | 140 | 71 | 22 | 520 | 134 | 53 |
| Binary | 11010001 | 1001 | 1011010 | 0 | 1100000 | 111001 | 10010 | 101010000 | 1011100 | 101011 |
Color Harmonies of #D1095A
Complementary color
Monochromatic Colors of #D1095A
Black with #D1095A
Text Example
Text Example
White with #D1095A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1095A; }
p { color: rgb(209,9,90); }
H1.HeaderClassName
{
color: #D1095A;
}
.AnyTagClassName
{
color: #D1095A;
}
</style>
background-color css
<style>
a { background-color: #D1095A; }
a { background-color: rgb(209,9,90); }
div.DivClassName
{
background-color: #D1095A;
}
.BgClassName
{
background-color: #D1095A;
}
</style>
border-color css
<style>
span { border-color: #D1095A; }
span { border-color: rgb(209,9,90); }
td.TdClassName
{
border-color: #D1095A;
}
.TagClassName
{
border-color: #D1095A;
}
</style>