Shades of Ruby #CD1D65
Tints of Ruby #CD1D65
RGB
CMYK
RGB Variations
Color information
#CD1D65 (or 0xCD1D65) is known color: Ruby. HEX triplet: CD, 1D and 65. RGB value is (205,29,101). Sum of RGB (Red+Green+Blue) = 205+29+101=335 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.19% from 335); Green value is 29 (11.72% from 255 or 8.66% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1D65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1D65 is #32E29A. Grayscale: #595959. Windows color (decimal): -3334811 or 6626765. OLE color: 6626765.
HSL color Cylindrical-coordinate representation of color #CD1D65: hue angle of 335.45º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CD1D65 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 29 | 101 | - |
| CMYK | 0 | 0.86 | 0.51 | 0.20 |
| HSL | 335.45º | 0.75% | 0.46% | - |
| HSV(B) | 335.45º | 0.86% | 0.8% | - |
| XYZ | 27.97 | 14.8 | 13.69 | - |
| YUV | 89.83 | 134.31 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 29 | 101 | 0 | 0.86 | 0.51 | 0.20 | 335.45 | 0.75 | 0.46 |
| Hex | CD | 1D | 65 | 0 | 56 | 33 | 14 | 14F | 4B | 2E |
| Octal | 315 | 35 | 145 | 0 | 126 | 63 | 24 | 517 | 113 | 56 |
| Binary | 11001101 | 11101 | 1100101 | 0 | 1010110 | 110011 | 10100 | 101001111 | 1001011 | 101110 |
Color Harmonies of #CD1D65
Complementary color
Monochromatic Colors of #CD1D65
Black with #CD1D65
Text Example
Text Example
White with #CD1D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1D65; }
p { color: rgb(205,29,101); }
H1.HeaderClassName
{
color: #CD1D65;
}
.AnyTagClassName
{
color: #CD1D65;
}
</style>
background-color css
<style>
a { background-color: #CD1D65; }
a { background-color: rgb(205,29,101); }
div.DivClassName
{
background-color: #CD1D65;
}
.BgClassName
{
background-color: #CD1D65;
}
</style>
border-color css
<style>
span { border-color: #CD1D65; }
span { border-color: rgb(205,29,101); }
td.TdClassName
{
border-color: #CD1D65;
}
.TagClassName
{
border-color: #CD1D65;
}
</style>