Shades of Ruby #CD1565
Tints of Ruby #CD1565
RGB
CMYK
RGB Variations
Color information
#CD1565 (or 0xCD1565) is known color: Ruby. HEX triplet: CD, 15 and 65. RGB value is (205,21,101). Sum of RGB (Red+Green+Blue) = 205+21+101=327 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.69% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1565 is #32EA9A. Grayscale: #555555. Windows color (decimal): -3336859 or 6624717. OLE color: 6624717.
HSL color Cylindrical-coordinate representation of color #CD1565: hue angle of 333.91º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD1565 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 21 | 101 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.20 |
| HSL | 333.91º | 0.81% | 0.44% | - |
| HSV(B) | 333.91º | 0.9% | 0.8% | - |
| XYZ | 27.79 | 14.46 | 13.64 | - |
| YUV | 85.14 | 136.96 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 21 | 101 | 0 | 0.90 | 0.51 | 0.20 | 333.91 | 0.81 | 0.44 |
| Hex | CD | 15 | 65 | 0 | 5A | 33 | 14 | 14E | 51 | 2C |
| Octal | 315 | 25 | 145 | 0 | 132 | 63 | 24 | 516 | 121 | 54 |
| Binary | 11001101 | 10101 | 1100101 | 0 | 1011010 | 110011 | 10100 | 101001110 | 1010001 | 101100 |
Color Harmonies of #CD1565
Complementary color
Monochromatic Colors of #CD1565
Black with #CD1565
Text Example
Text Example
White with #CD1565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1565; }
p { color: rgb(205,21,101); }
H1.HeaderClassName
{
color: #CD1565;
}
.AnyTagClassName
{
color: #CD1565;
}
</style>
background-color css
<style>
a { background-color: #CD1565; }
a { background-color: rgb(205,21,101); }
div.DivClassName
{
background-color: #CD1565;
}
.BgClassName
{
background-color: #CD1565;
}
</style>
border-color css
<style>
span { border-color: #CD1565; }
span { border-color: rgb(205,21,101); }
td.TdClassName
{
border-color: #CD1565;
}
.TagClassName
{
border-color: #CD1565;
}
</style>