Shades of Ruby #DA205C
Tints of Ruby #DA205C
RGB
CMYK
RGB Variations
Color information
#DA205C (or 0xDA205C) is known color: Ruby. HEX triplet: DA, 20 and 5C. RGB value is (218,32,92). Sum of RGB (Red+Green+Blue) = 218+32+92=342 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.74% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 218 - color contains mainly: red. Hex color #DA205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA205C is #25DFA3. Grayscale: #5E5E5E. Windows color (decimal): -2482084 or 6037722. OLE color: 6037722.
HSL color Cylindrical-coordinate representation of color #DA205C: hue angle of 340.65º 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 #DA205C is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 92 | - |
| CMYK | 0 | 0.85 | 0.58 | 0.15 |
| HSL | 340.65º | 0.74% | 0.49% | - |
| HSV(B) | 340.65º | 0.85% | 0.85% | - |
| XYZ | 31.36 | 16.71 | 11.7 | - |
| YUV | 94.45 | 126.62 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 92 | 0 | 0.85 | 0.58 | 0.15 | 340.65 | 0.74 | 0.49 |
| Hex | DA | 20 | 5C | 0 | 55 | 3A | F | 155 | 4A | 31 |
| Octal | 332 | 40 | 134 | 0 | 125 | 72 | 17 | 525 | 112 | 61 |
| Binary | 11011010 | 100000 | 1011100 | 0 | 1010101 | 111010 | 1111 | 101010101 | 1001010 | 110001 |
Color Harmonies of #DA205C
Complementary color
Monochromatic Colors of #DA205C
Black with #DA205C
Text Example
Text Example
White with #DA205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA205C; }
p { color: rgb(218,32,92); }
H1.HeaderClassName
{
color: #DA205C;
}
.AnyTagClassName
{
color: #DA205C;
}
</style>
background-color css
<style>
a { background-color: #DA205C; }
a { background-color: rgb(218,32,92); }
div.DivClassName
{
background-color: #DA205C;
}
.BgClassName
{
background-color: #DA205C;
}
</style>
border-color css
<style>
span { border-color: #DA205C; }
span { border-color: rgb(218,32,92); }
td.TdClassName
{
border-color: #DA205C;
}
.TagClassName
{
border-color: #DA205C;
}
</style>