Shades of Ruby #CD205D
Tints of Ruby #CD205D
RGB
CMYK
RGB Variations
Color information
#CD205D (or 0xCD205D) is known color: Ruby. HEX triplet: CD, 20 and 5D. RGB value is (205,32,93). Sum of RGB (Red+Green+Blue) = 205+32+93=330 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.12% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 205 - color contains mainly: red. Hex color #CD205D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD205D is #32DFA2. Grayscale: #5A5A5A. Windows color (decimal): -3334051 or 6103245. OLE color: 6103245.
HSL color Cylindrical-coordinate representation of color #CD205D: hue angle of 338.84º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD205D is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 93 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.20 |
| HSL | 338.84º | 0.73% | 0.46% | - |
| HSV(B) | 338.84º | 0.84% | 0.8% | - |
| XYZ | 27.67 | 14.8 | 11.75 | - |
| YUV | 90.68 | 129.31 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 93 | 0 | 0.84 | 0.55 | 0.20 | 338.84 | 0.73 | 0.46 |
| Hex | CD | 20 | 5D | 0 | 54 | 37 | 14 | 153 | 49 | 2E |
| Octal | 315 | 40 | 135 | 0 | 124 | 67 | 24 | 523 | 111 | 56 |
| Binary | 11001101 | 100000 | 1011101 | 0 | 1010100 | 110111 | 10100 | 101010011 | 1001001 | 101110 |
Color Harmonies of #CD205D
Complementary color
Monochromatic Colors of #CD205D
Black with #CD205D
Text Example
Text Example
White with #CD205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD205D; }
p { color: rgb(205,32,93); }
H1.HeaderClassName
{
color: #CD205D;
}
.AnyTagClassName
{
color: #CD205D;
}
</style>
background-color css
<style>
a { background-color: #CD205D; }
a { background-color: rgb(205,32,93); }
div.DivClassName
{
background-color: #CD205D;
}
.BgClassName
{
background-color: #CD205D;
}
</style>
border-color css
<style>
span { border-color: #CD205D; }
span { border-color: rgb(205,32,93); }
td.TdClassName
{
border-color: #CD205D;
}
.TagClassName
{
border-color: #CD205D;
}
</style>