Shades of Ruby #CD0D62
Tints of Ruby #CD0D62
RGB
CMYK
RGB Variations
Color information
#CD0D62 (or 0xCD0D62) is known color: Ruby. HEX triplet: CD, 0D and 62. RGB value is (205,13,98). Sum of RGB (Red+Green+Blue) = 205+13+98=316 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.87% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0D62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0D62 is #32F29D. Grayscale: #4F4F4F. Windows color (decimal): -3338910 or 6426061. OLE color: 6426061.
HSL color Cylindrical-coordinate representation of color #CD0D62: hue angle of 333.44º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD0D62 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 13 | 98 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.20 |
| HSL | 333.44º | 0.88% | 0.43% | - |
| HSV(B) | 333.44º | 0.94% | 0.8% | - |
| XYZ | 27.53 | 14.15 | 12.84 | - |
| YUV | 80.1 | 138.11 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 13 | 98 | 0 | 0.94 | 0.52 | 0.20 | 333.44 | 0.88 | 0.43 |
| Hex | CD | D | 62 | 0 | 5E | 34 | 14 | 14D | 58 | 2B |
| Octal | 315 | 15 | 142 | 0 | 136 | 64 | 24 | 515 | 130 | 53 |
| Binary | 11001101 | 1101 | 1100010 | 0 | 1011110 | 110100 | 10100 | 101001101 | 1011000 | 101011 |
Color Harmonies of #CD0D62
Complementary color
Monochromatic Colors of #CD0D62
Black with #CD0D62
Text Example
Text Example
White with #CD0D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0D62; }
p { color: rgb(205,13,98); }
H1.HeaderClassName
{
color: #CD0D62;
}
.AnyTagClassName
{
color: #CD0D62;
}
</style>
background-color css
<style>
a { background-color: #CD0D62; }
a { background-color: rgb(205,13,98); }
div.DivClassName
{
background-color: #CD0D62;
}
.BgClassName
{
background-color: #CD0D62;
}
</style>
border-color css
<style>
span { border-color: #CD0D62; }
span { border-color: rgb(205,13,98); }
td.TdClassName
{
border-color: #CD0D62;
}
.TagClassName
{
border-color: #CD0D62;
}
</style>