Shades of Ruby #CD0D5E
Tints of Ruby #CD0D5E
RGB
CMYK
RGB Variations
Color information
#CD0D5E (or 0xCD0D5E) is known color: Ruby. HEX triplet: CD, 0D and 5E. RGB value is (205,13,94). Sum of RGB (Red+Green+Blue) = 205+13+94=312 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.71% from 312); Green value is 13 (5.47% from 255 or 4.17% from 312); Blue value is 94 (37.11% from 255 or 30.13% from 312); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0D5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0D5E is #32F2A1. Grayscale: #4F4F4F. Windows color (decimal): -3338914 or 6163917. OLE color: 6163917.
HSL color Cylindrical-coordinate representation of color #CD0D5E: hue angle of 334.69º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0D5E is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 13 | 94 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.20 |
| HSL | 334.69º | 0.88% | 0.43% | - |
| HSV(B) | 334.69º | 0.94% | 0.8% | - |
| XYZ | 27.34 | 14.08 | 11.87 | - |
| YUV | 79.64 | 136.11 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 13 | 94 | 0 | 0.94 | 0.54 | 0.20 | 334.69 | 0.88 | 0.43 |
| Hex | CD | D | 5E | 0 | 5E | 36 | 14 | 14F | 58 | 2B |
| Octal | 315 | 15 | 136 | 0 | 136 | 66 | 24 | 517 | 130 | 53 |
| Binary | 11001101 | 1101 | 1011110 | 0 | 1011110 | 110110 | 10100 | 101001111 | 1011000 | 101011 |
Color Harmonies of #CD0D5E
Complementary color
Monochromatic Colors of #CD0D5E
Black with #CD0D5E
Text Example
Text Example
White with #CD0D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0D5E; }
p { color: rgb(205,13,94); }
H1.HeaderClassName
{
color: #CD0D5E;
}
.AnyTagClassName
{
color: #CD0D5E;
}
</style>
background-color css
<style>
a { background-color: #CD0D5E; }
a { background-color: rgb(205,13,94); }
div.DivClassName
{
background-color: #CD0D5E;
}
.BgClassName
{
background-color: #CD0D5E;
}
</style>
border-color css
<style>
span { border-color: #CD0D5E; }
span { border-color: rgb(205,13,94); }
td.TdClassName
{
border-color: #CD0D5E;
}
.TagClassName
{
border-color: #CD0D5E;
}
</style>