Shades of Ruby #CD026D
Tints of Ruby #CD026D
RGB
CMYK
RGB Variations
Color information
#CD026D (or 0xCD026D) is known color: Ruby. HEX triplet: CD, 02 and 6D. RGB value is (205,2,109). Sum of RGB (Red+Green+Blue) = 205+2+109=316 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.87% from 316); Green value is 2 (1.17% from 255 or 0.63% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 205 - color contains mainly: red. Hex color #CD026D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD026D is #32FD92. Grayscale: #4A4A4A. Windows color (decimal): -3341715 or 7144141. OLE color: 7144141.
HSL color Cylindrical-coordinate representation of color #CD026D: hue angle of 328.37º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD026D is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 2 | 109 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.20 |
| HSL | 328.37º | 0.98% | 0.41% | - |
| HSV(B) | 328.37º | 0.99% | 0.8% | - |
| XYZ | 27.96 | 14.13 | 15.72 | - |
| YUV | 74.9 | 147.25 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 2 | 109 | 0 | 0.99 | 0.47 | 0.20 | 328.37 | 0.98 | 0.41 |
| Hex | CD | 2 | 6D | 0 | 63 | 2F | 14 | 148 | 62 | 29 |
| Octal | 315 | 2 | 155 | 0 | 143 | 57 | 24 | 510 | 142 | 51 |
| Binary | 11001101 | 10 | 1101101 | 0 | 1100011 | 101111 | 10100 | 101001000 | 1100010 | 101001 |
Color Harmonies of #CD026D
Complementary color
Monochromatic Colors of #CD026D
Black with #CD026D
Text Example
Text Example
White with #CD026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD026D; }
p { color: rgb(205,2,109); }
H1.HeaderClassName
{
color: #CD026D;
}
.AnyTagClassName
{
color: #CD026D;
}
</style>
background-color css
<style>
a { background-color: #CD026D; }
a { background-color: rgb(205,2,109); }
div.DivClassName
{
background-color: #CD026D;
}
.BgClassName
{
background-color: #CD026D;
}
</style>
border-color css
<style>
span { border-color: #CD026D; }
span { border-color: rgb(205,2,109); }
td.TdClassName
{
border-color: #CD026D;
}
.TagClassName
{
border-color: #CD026D;
}
</style>