Shades of Ruby #CD0D58
Tints of Ruby #CD0D58
RGB
CMYK
RGB Variations
Color information
#CD0D58 (or 0xCD0D58) is known color: Ruby. HEX triplet: CD, 0D and 58. RGB value is (205,13,88). Sum of RGB (Red+Green+Blue) = 205+13+88=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 13 (5.47% from 255 or 4.25% from 306); Blue value is 88 (34.77% from 255 or 28.76% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0D58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0D58 is #32F2A7. Grayscale: #4E4E4E. Windows color (decimal): -3338920 or 5770701. OLE color: 5770701.
HSL color Cylindrical-coordinate representation of color #CD0D58: hue angle of 336.56º 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 #CD0D58 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 13 | 88 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.20 |
| HSL | 336.56º | 0.88% | 0.43% | - |
| HSV(B) | 336.56º | 0.94% | 0.8% | - |
| XYZ | 27.08 | 13.97 | 10.5 | - |
| YUV | 78.96 | 133.11 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 13 | 88 | 0 | 0.94 | 0.57 | 0.20 | 336.56 | 0.88 | 0.43 |
| Hex | CD | D | 58 | 0 | 5E | 39 | 14 | 151 | 58 | 2B |
| Octal | 315 | 15 | 130 | 0 | 136 | 71 | 24 | 521 | 130 | 53 |
| Binary | 11001101 | 1101 | 1011000 | 0 | 1011110 | 111001 | 10100 | 101010001 | 1011000 | 101011 |
Color Harmonies of #CD0D58
Complementary color
Monochromatic Colors of #CD0D58
Black with #CD0D58
Text Example
Text Example
White with #CD0D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0D58; }
p { color: rgb(205,13,88); }
H1.HeaderClassName
{
color: #CD0D58;
}
.AnyTagClassName
{
color: #CD0D58;
}
</style>
background-color css
<style>
a { background-color: #CD0D58; }
a { background-color: rgb(205,13,88); }
div.DivClassName
{
background-color: #CD0D58;
}
.BgClassName
{
background-color: #CD0D58;
}
</style>
border-color css
<style>
span { border-color: #CD0D58; }
span { border-color: rgb(205,13,88); }
td.TdClassName
{
border-color: #CD0D58;
}
.TagClassName
{
border-color: #CD0D58;
}
</style>