Shades of Ruby #D3205C
Tints of Ruby #D3205C
RGB
CMYK
RGB Variations
Color information
#D3205C (or 0xD3205C) is known color: Ruby. HEX triplet: D3, 20 and 5C. RGB value is (211,32,92). Sum of RGB (Red+Green+Blue) = 211+32+92=335 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.99% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 211 - color contains mainly: red. Hex color #D3205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3205C is #2CDFA3. Grayscale: #5C5C5C. Windows color (decimal): -2940836 or 6037715. OLE color: 6037715.
HSL color Cylindrical-coordinate representation of color #D3205C: hue angle of 339.89º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D3205C is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 32 | 92 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.17 |
| HSL | 339.89º | 0.74% | 0.48% | - |
| HSV(B) | 339.89º | 0.85% | 0.83% | - |
| XYZ | 29.31 | 15.65 | 11.6 | - |
| YUV | 92.36 | 127.8 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 32 | 92 | 0 | 0.85 | 0.56 | 0.17 | 339.89 | 0.74 | 0.48 |
| Hex | D3 | 20 | 5C | 0 | 55 | 38 | 11 | 154 | 4A | 30 |
| Octal | 323 | 40 | 134 | 0 | 125 | 70 | 21 | 524 | 112 | 60 |
| Binary | 11010011 | 100000 | 1011100 | 0 | 1010101 | 111000 | 10001 | 101010100 | 1001010 | 110000 |
Color Harmonies of #D3205C
Complementary color
Monochromatic Colors of #D3205C
Black with #D3205C
Text Example
Text Example
White with #D3205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3205C; }
p { color: rgb(211,32,92); }
H1.HeaderClassName
{
color: #D3205C;
}
.AnyTagClassName
{
color: #D3205C;
}
</style>
background-color css
<style>
a { background-color: #D3205C; }
a { background-color: rgb(211,32,92); }
div.DivClassName
{
background-color: #D3205C;
}
.BgClassName
{
background-color: #D3205C;
}
</style>
border-color css
<style>
span { border-color: #D3205C; }
span { border-color: rgb(211,32,92); }
td.TdClassName
{
border-color: #D3205C;
}
.TagClassName
{
border-color: #D3205C;
}
</style>