Shades of Ruby #D1205C
Tints of Ruby #D1205C
RGB
CMYK
RGB Variations
Color information
#D1205C (or 0xD1205C) is known color: Ruby. HEX triplet: D1, 20 and 5C. RGB value is (209,32,92). Sum of RGB (Red+Green+Blue) = 209+32+92=333 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.76% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 209 - color contains mainly: red. Hex color #D1205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1205C is #2EDFA3. Grayscale: #5B5B5B. Windows color (decimal): -3071908 or 6037713. OLE color: 6037713.
HSL color Cylindrical-coordinate representation of color #D1205C: hue angle of 339.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1205C is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 32 | 92 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.18 |
| HSL | 339.66º | 0.73% | 0.47% | - |
| HSV(B) | 339.66º | 0.85% | 0.82% | - |
| XYZ | 28.74 | 15.36 | 11.58 | - |
| YUV | 91.76 | 128.14 | 211.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 32 | 92 | 0 | 0.85 | 0.56 | 0.18 | 339.66 | 0.73 | 0.47 |
| Hex | D1 | 20 | 5C | 0 | 55 | 38 | 12 | 154 | 49 | 2F |
| Octal | 321 | 40 | 134 | 0 | 125 | 70 | 22 | 524 | 111 | 57 |
| Binary | 11010001 | 100000 | 1011100 | 0 | 1010101 | 111000 | 10010 | 101010100 | 1001001 | 101111 |
Color Harmonies of #D1205C
Complementary color
Monochromatic Colors of #D1205C
Black with #D1205C
Text Example
Text Example
White with #D1205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1205C; }
p { color: rgb(209,32,92); }
H1.HeaderClassName
{
color: #D1205C;
}
.AnyTagClassName
{
color: #D1205C;
}
</style>
background-color css
<style>
a { background-color: #D1205C; }
a { background-color: rgb(209,32,92); }
div.DivClassName
{
background-color: #D1205C;
}
.BgClassName
{
background-color: #D1205C;
}
</style>
border-color css
<style>
span { border-color: #D1205C; }
span { border-color: rgb(209,32,92); }
td.TdClassName
{
border-color: #D1205C;
}
.TagClassName
{
border-color: #D1205C;
}
</style>