Shades of Ruby #CD085D
Tints of Ruby #CD085D
RGB
CMYK
RGB Variations
Color information
#CD085D (or 0xCD085D) is known color: Ruby. HEX triplet: CD, 08 and 5D. RGB value is (205,8,93). Sum of RGB (Red+Green+Blue) = 205+8+93=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 93 (36.72% from 255 or 30.39% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD085D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD085D is #32F7A2. Grayscale: #4C4C4C. Windows color (decimal): -3340195 or 6097101. OLE color: 6097101.
HSL color Cylindrical-coordinate representation of color #CD085D: hue angle of 334.11º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD085D is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 8 | 93 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.20 |
| HSL | 334.11º | 0.92% | 0.42% | - |
| HSV(B) | 334.11º | 0.96% | 0.8% | - |
| XYZ | 27.24 | 13.94 | 11.61 | - |
| YUV | 76.59 | 137.27 | 219.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 8 | 93 | 0 | 0.96 | 0.55 | 0.20 | 334.11 | 0.92 | 0.42 |
| Hex | CD | 8 | 5D | 0 | 60 | 37 | 14 | 14E | 5C | 2A |
| Octal | 315 | 10 | 135 | 0 | 140 | 67 | 24 | 516 | 134 | 52 |
| Binary | 11001101 | 1000 | 1011101 | 0 | 1100000 | 110111 | 10100 | 101001110 | 1011100 | 101010 |
Color Harmonies of #CD085D
Complementary color
Monochromatic Colors of #CD085D
Black with #CD085D
Text Example
Text Example
White with #CD085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD085D; }
p { color: rgb(205,8,93); }
H1.HeaderClassName
{
color: #CD085D;
}
.AnyTagClassName
{
color: #CD085D;
}
</style>
background-color css
<style>
a { background-color: #CD085D; }
a { background-color: rgb(205,8,93); }
div.DivClassName
{
background-color: #CD085D;
}
.BgClassName
{
background-color: #CD085D;
}
</style>
border-color css
<style>
span { border-color: #CD085D; }
span { border-color: rgb(205,8,93); }
td.TdClassName
{
border-color: #CD085D;
}
.TagClassName
{
border-color: #CD085D;
}
</style>