Shades of Ruby #CD1D6A
Tints of Ruby #CD1D6A
RGB
CMYK
RGB Variations
Color information
#CD1D6A (or 0xCD1D6A) is known color: Ruby. HEX triplet: CD, 1D and 6A. RGB value is (205,29,106). Sum of RGB (Red+Green+Blue) = 205+29+106=340 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.29% from 340); Green value is 29 (11.72% from 255 or 8.53% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD1D6A is #32E295. Grayscale: #5A5A5A. Windows color (decimal): -3334806 or 6954445. OLE color: 6954445.
HSL color Cylindrical-coordinate representation of color #CD1D6A: hue angle of 333.75º 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 #CD1D6A is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 29 | 106 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.20 |
| HSL | 333.75º | 0.75% | 0.46% | - |
| HSV(B) | 333.75º | 0.86% | 0.8% | - |
| XYZ | 28.22 | 14.9 | 15.02 | - |
| YUV | 90.4 | 136.81 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 29 | 106 | 0 | 0.86 | 0.48 | 0.20 | 333.75 | 0.75 | 0.46 |
| Hex | CD | 1D | 6A | 0 | 56 | 30 | 14 | 14E | 4B | 2E |
| Octal | 315 | 35 | 152 | 0 | 126 | 60 | 24 | 516 | 113 | 56 |
| Binary | 11001101 | 11101 | 1101010 | 0 | 1010110 | 110000 | 10100 | 101001110 | 1001011 | 101110 |
Color Harmonies of #CD1D6A
Complementary color
Monochromatic Colors of #CD1D6A
Black with #CD1D6A
Text Example
Text Example
White with #CD1D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1D6A; }
p { color: rgb(205,29,106); }
H1.HeaderClassName
{
color: #CD1D6A;
}
.AnyTagClassName
{
color: #CD1D6A;
}
</style>
background-color css
<style>
a { background-color: #CD1D6A; }
a { background-color: rgb(205,29,106); }
div.DivClassName
{
background-color: #CD1D6A;
}
.BgClassName
{
background-color: #CD1D6A;
}
</style>
border-color css
<style>
span { border-color: #CD1D6A; }
span { border-color: rgb(205,29,106); }
td.TdClassName
{
border-color: #CD1D6A;
}
.TagClassName
{
border-color: #CD1D6A;
}
</style>