Shades of Ruby #DA206D
Tints of Ruby #DA206D
RGB
CMYK
RGB Variations
Color information
#DA206D (or 0xDA206D) is known color: Ruby. HEX triplet: DA, 20 and 6D. RGB value is (218,32,109). Sum of RGB (Red+Green+Blue) = 218+32+109=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA206D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA206D is #25DF92. Grayscale: #606060. Windows color (decimal): -2482067 or 7151834. OLE color: 7151834.
HSL color Cylindrical-coordinate representation of color #DA206D: hue angle of 335.16º 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 #DA206D is Cyan = 0, Magento = 0.85, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 109 | - |
| CMYK | 0 | 0.85 | 0.5 | 0.15 |
| HSL | 335.16º | 0.74% | 0.49% | - |
| HSV(B) | 335.16º | 0.85% | 0.85% | - |
| XYZ | 32.19 | 17.04 | 16.06 | - |
| YUV | 96.39 | 135.12 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 109 | 0 | 0.85 | 0.5 | 0.15 | 335.16 | 0.74 | 0.49 |
| Hex | DA | 20 | 6D | 0 | 55 | 32 | F | 14F | 4A | 31 |
| Octal | 332 | 40 | 155 | 0 | 125 | 62 | 17 | 517 | 112 | 61 |
| Binary | 11011010 | 100000 | 1101101 | 0 | 1010101 | 110010 | 1111 | 101001111 | 1001010 | 110001 |
Color Harmonies of #DA206D
Complementary color
Monochromatic Colors of #DA206D
Black with #DA206D
Text Example
Text Example
White with #DA206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA206D; }
p { color: rgb(218,32,109); }
H1.HeaderClassName
{
color: #DA206D;
}
.AnyTagClassName
{
color: #DA206D;
}
</style>
background-color css
<style>
a { background-color: #DA206D; }
a { background-color: rgb(218,32,109); }
div.DivClassName
{
background-color: #DA206D;
}
.BgClassName
{
background-color: #DA206D;
}
</style>
border-color css
<style>
span { border-color: #DA206D; }
span { border-color: rgb(218,32,109); }
td.TdClassName
{
border-color: #DA206D;
}
.TagClassName
{
border-color: #DA206D;
}
</style>