Shades of Ruby #DA205D
Tints of Ruby #DA205D
RGB
CMYK
RGB Variations
Color information
#DA205D (or 0xDA205D) is known color: Ruby. HEX triplet: DA, 20 and 5D. RGB value is (218,32,93). Sum of RGB (Red+Green+Blue) = 218+32+93=343 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.56% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 218 - color contains mainly: red. Hex color #DA205D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA205D is #25DFA2. Grayscale: #5E5E5E. Windows color (decimal): -2482083 or 6103258. OLE color: 6103258.
HSL color Cylindrical-coordinate representation of color #DA205D: hue angle of 340.32º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA205D is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 93 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.15 |
| HSL | 340.32º | 0.74% | 0.49% | - |
| HSV(B) | 340.32º | 0.85% | 0.85% | - |
| XYZ | 31.41 | 16.73 | 11.93 | - |
| YUV | 94.57 | 127.12 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 93 | 0 | 0.85 | 0.57 | 0.15 | 340.32 | 0.74 | 0.49 |
| Hex | DA | 20 | 5D | 0 | 55 | 39 | F | 154 | 4A | 31 |
| Octal | 332 | 40 | 135 | 0 | 125 | 71 | 17 | 524 | 112 | 61 |
| Binary | 11011010 | 100000 | 1011101 | 0 | 1010101 | 111001 | 1111 | 101010100 | 1001010 | 110001 |
Color Harmonies of #DA205D
Complementary color
Monochromatic Colors of #DA205D
Black with #DA205D
Text Example
Text Example
White with #DA205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA205D; }
p { color: rgb(218,32,93); }
H1.HeaderClassName
{
color: #DA205D;
}
.AnyTagClassName
{
color: #DA205D;
}
</style>
background-color css
<style>
a { background-color: #DA205D; }
a { background-color: rgb(218,32,93); }
div.DivClassName
{
background-color: #DA205D;
}
.BgClassName
{
background-color: #DA205D;
}
</style>
border-color css
<style>
span { border-color: #DA205D; }
span { border-color: rgb(218,32,93); }
td.TdClassName
{
border-color: #DA205D;
}
.TagClassName
{
border-color: #DA205D;
}
</style>