Shades of Ruby #DA205F
Tints of Ruby #DA205F
RGB
CMYK
RGB Variations
Color information
#DA205F (or 0xDA205F) is known color: Ruby. HEX triplet: DA, 20 and 5F. RGB value is (218,32,95). Sum of RGB (Red+Green+Blue) = 218+32+95=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 32 (12.89% from 255 or 9.28% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA205F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA205F is #25DFA0. Grayscale: #5E5E5E. Windows color (decimal): -2482081 or 6234330. OLE color: 6234330.
HSL color Cylindrical-coordinate representation of color #DA205F: hue angle of 339.68º 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 #DA205F is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 95 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.15 |
| HSL | 339.68º | 0.74% | 0.49% | - |
| HSV(B) | 339.68º | 0.85% | 0.85% | - |
| XYZ | 31.5 | 16.76 | 12.4 | - |
| YUV | 94.8 | 128.12 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 95 | 0 | 0.85 | 0.56 | 0.15 | 339.68 | 0.74 | 0.49 |
| Hex | DA | 20 | 5F | 0 | 55 | 38 | F | 154 | 4A | 31 |
| Octal | 332 | 40 | 137 | 0 | 125 | 70 | 17 | 524 | 112 | 61 |
| Binary | 11011010 | 100000 | 1011111 | 0 | 1010101 | 111000 | 1111 | 101010100 | 1001010 | 110001 |
Color Harmonies of #DA205F
Complementary color
Monochromatic Colors of #DA205F
Black with #DA205F
Text Example
Text Example
White with #DA205F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA205F; }
p { color: rgb(218,32,95); }
H1.HeaderClassName
{
color: #DA205F;
}
.AnyTagClassName
{
color: #DA205F;
}
</style>
background-color css
<style>
a { background-color: #DA205F; }
a { background-color: rgb(218,32,95); }
div.DivClassName
{
background-color: #DA205F;
}
.BgClassName
{
background-color: #DA205F;
}
</style>
border-color css
<style>
span { border-color: #DA205F; }
span { border-color: rgb(218,32,95); }
td.TdClassName
{
border-color: #DA205F;
}
.TagClassName
{
border-color: #DA205F;
}
</style>