Shades of Ruby #CD0858
Tints of Ruby #CD0858
RGB
CMYK
RGB Variations
Color information
#CD0858 (or 0xCD0858) is known color: Ruby. HEX triplet: CD, 08 and 58. RGB value is (205,8,88). Sum of RGB (Red+Green+Blue) = 205+8+88=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 88 (34.77% from 255 or 29.24% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0858 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0858 is #32F7A7. Grayscale: #4B4B4B. Windows color (decimal): -3340200 or 5769421. OLE color: 5769421.
HSL color Cylindrical-coordinate representation of color #CD0858: hue angle of 335.63º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD0858 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 8 | 88 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.20 |
| HSL | 335.63º | 0.92% | 0.42% | - |
| HSV(B) | 335.63º | 0.96% | 0.8% | - |
| XYZ | 27.03 | 13.86 | 10.48 | - |
| YUV | 76.02 | 134.77 | 220 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 8 | 88 | 0 | 0.96 | 0.57 | 0.20 | 335.63 | 0.92 | 0.42 |
| Hex | CD | 8 | 58 | 0 | 60 | 39 | 14 | 150 | 5C | 2A |
| Octal | 315 | 10 | 130 | 0 | 140 | 71 | 24 | 520 | 134 | 52 |
| Binary | 11001101 | 1000 | 1011000 | 0 | 1100000 | 111001 | 10100 | 101010000 | 1011100 | 101010 |
Color Harmonies of #CD0858
Complementary color
Monochromatic Colors of #CD0858
Black with #CD0858
Text Example
Text Example
White with #CD0858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0858; }
p { color: rgb(205,8,88); }
H1.HeaderClassName
{
color: #CD0858;
}
.AnyTagClassName
{
color: #CD0858;
}
</style>
background-color css
<style>
a { background-color: #CD0858; }
a { background-color: rgb(205,8,88); }
div.DivClassName
{
background-color: #CD0858;
}
.BgClassName
{
background-color: #CD0858;
}
</style>
border-color css
<style>
span { border-color: #CD0858; }
span { border-color: rgb(205,8,88); }
td.TdClassName
{
border-color: #CD0858;
}
.TagClassName
{
border-color: #CD0858;
}
</style>