Shades of Ruby #CD0D5A
Tints of Ruby #CD0D5A
RGB
CMYK
RGB Variations
Color information
#CD0D5A (or 0xCD0D5A) is known color: Ruby. HEX triplet: CD, 0D and 5A. RGB value is (205,13,90). Sum of RGB (Red+Green+Blue) = 205+13+90=308 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.56% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0D5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0D5A is #32F2A5. Grayscale: #4F4F4F. Windows color (decimal): -3338918 or 5901773. OLE color: 5901773.
HSL color Cylindrical-coordinate representation of color #CD0D5A: hue angle of 335.94º 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 #CD0D5A is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 13 | 90 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.20 |
| HSL | 335.94º | 0.88% | 0.43% | - |
| HSV(B) | 335.94º | 0.94% | 0.8% | - |
| XYZ | 27.17 | 14.01 | 10.94 | - |
| YUV | 79.19 | 134.11 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 13 | 90 | 0 | 0.94 | 0.56 | 0.20 | 335.94 | 0.88 | 0.43 |
| Hex | CD | D | 5A | 0 | 5E | 38 | 14 | 150 | 58 | 2B |
| Octal | 315 | 15 | 132 | 0 | 136 | 70 | 24 | 520 | 130 | 53 |
| Binary | 11001101 | 1101 | 1011010 | 0 | 1011110 | 111000 | 10100 | 101010000 | 1011000 | 101011 |
Color Harmonies of #CD0D5A
Complementary color
Monochromatic Colors of #CD0D5A
Black with #CD0D5A
Text Example
Text Example
White with #CD0D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0D5A; }
p { color: rgb(205,13,90); }
H1.HeaderClassName
{
color: #CD0D5A;
}
.AnyTagClassName
{
color: #CD0D5A;
}
</style>
background-color css
<style>
a { background-color: #CD0D5A; }
a { background-color: rgb(205,13,90); }
div.DivClassName
{
background-color: #CD0D5A;
}
.BgClassName
{
background-color: #CD0D5A;
}
</style>
border-color css
<style>
span { border-color: #CD0D5A; }
span { border-color: rgb(205,13,90); }
td.TdClassName
{
border-color: #CD0D5A;
}
.TagClassName
{
border-color: #CD0D5A;
}
</style>