Shades of Ruby #DA206F
Tints of Ruby #DA206F
RGB
CMYK
RGB Variations
Color information
#DA206F (or 0xDA206F) is known color: Ruby. HEX triplet: DA, 20 and 6F. RGB value is (218,32,111). Sum of RGB (Red+Green+Blue) = 218+32+111=361 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.39% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 218 - color contains mainly: red. Hex color #DA206F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA206F is #25DF90. Grayscale: #606060. Windows color (decimal): -2482065 or 7282906. OLE color: 7282906.
HSL color Cylindrical-coordinate representation of color #DA206F: hue angle of 334.52º 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 #DA206F is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 111 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.15 |
| HSL | 334.52º | 0.74% | 0.49% | - |
| HSV(B) | 334.52º | 0.85% | 0.85% | - |
| XYZ | 32.3 | 17.09 | 16.63 | - |
| YUV | 96.62 | 136.12 | 214.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 111 | 0 | 0.85 | 0.49 | 0.15 | 334.52 | 0.74 | 0.49 |
| Hex | DA | 20 | 6F | 0 | 55 | 31 | F | 14F | 4A | 31 |
| Octal | 332 | 40 | 157 | 0 | 125 | 61 | 17 | 517 | 112 | 61 |
| Binary | 11011010 | 100000 | 1101111 | 0 | 1010101 | 110001 | 1111 | 101001111 | 1001010 | 110001 |
Color Harmonies of #DA206F
Complementary color
Monochromatic Colors of #DA206F
Black with #DA206F
Text Example
Text Example
White with #DA206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA206F; }
p { color: rgb(218,32,111); }
H1.HeaderClassName
{
color: #DA206F;
}
.AnyTagClassName
{
color: #DA206F;
}
</style>
background-color css
<style>
a { background-color: #DA206F; }
a { background-color: rgb(218,32,111); }
div.DivClassName
{
background-color: #DA206F;
}
.BgClassName
{
background-color: #DA206F;
}
</style>
border-color css
<style>
span { border-color: #DA206F; }
span { border-color: rgb(218,32,111); }
td.TdClassName
{
border-color: #DA206F;
}
.TagClassName
{
border-color: #DA206F;
}
</style>