Shades of Ruby #D5205C
Tints of Ruby #D5205C
RGB
CMYK
RGB Variations
Color information
#D5205C (or 0xD5205C) is known color: Ruby. HEX triplet: D5, 20 and 5C. RGB value is (213,32,92). Sum of RGB (Red+Green+Blue) = 213+32+92=337 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.20% from 337); Green value is 32 (12.89% from 255 or 9.50% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 213 - color contains mainly: red. Hex color #D5205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5205C is #2ADFA3. Grayscale: #5C5C5C. Windows color (decimal): -2809764 or 6037717. OLE color: 6037717.
HSL color Cylindrical-coordinate representation of color #D5205C: hue angle of 340.11º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5205C is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 32 | 92 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.16 |
| HSL | 340.11º | 0.74% | 0.48% | - |
| HSV(B) | 340.11º | 0.85% | 0.84% | - |
| XYZ | 29.89 | 15.95 | 11.63 | - |
| YUV | 92.96 | 127.47 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 92 | 0 | 0.85 | 0.57 | 0.16 | 340.11 | 0.74 | 0.48 |
| Hex | D5 | 20 | 5C | 0 | 55 | 39 | 10 | 154 | 4A | 30 |
| Octal | 325 | 40 | 134 | 0 | 125 | 71 | 20 | 524 | 112 | 60 |
| Binary | 11010101 | 100000 | 1011100 | 0 | 1010101 | 111001 | 10000 | 101010100 | 1001010 | 110000 |
Color Harmonies of #D5205C
Complementary color
Monochromatic Colors of #D5205C
Black with #D5205C
Text Example
Text Example
White with #D5205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5205C; }
p { color: rgb(213,32,92); }
H1.HeaderClassName
{
color: #D5205C;
}
.AnyTagClassName
{
color: #D5205C;
}
</style>
background-color css
<style>
a { background-color: #D5205C; }
a { background-color: rgb(213,32,92); }
div.DivClassName
{
background-color: #D5205C;
}
.BgClassName
{
background-color: #D5205C;
}
</style>
border-color css
<style>
span { border-color: #D5205C; }
span { border-color: rgb(213,32,92); }
td.TdClassName
{
border-color: #D5205C;
}
.TagClassName
{
border-color: #D5205C;
}
</style>