Shades of Ruby #DA206B
Tints of Ruby #DA206B
RGB
CMYK
RGB Variations
Color information
#DA206B (or 0xDA206B) is known color: Ruby. HEX triplet: DA, 20 and 6B. RGB value is (218,32,107). Sum of RGB (Red+Green+Blue) = 218+32+107=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 32 (12.89% from 255 or 8.96% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA206B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA206B is #25DF94. Grayscale: #606060. Windows color (decimal): -2482069 or 7020762. OLE color: 7020762.
HSL color Cylindrical-coordinate representation of color #DA206B: hue angle of 335.81º 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 #DA206B is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 107 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.15 |
| HSL | 335.81º | 0.74% | 0.49% | - |
| HSV(B) | 335.81º | 0.85% | 0.85% | - |
| XYZ | 32.08 | 17 | 15.5 | - |
| YUV | 96.16 | 134.12 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 107 | 0 | 0.85 | 0.51 | 0.15 | 335.81 | 0.74 | 0.49 |
| Hex | DA | 20 | 6B | 0 | 55 | 33 | F | 150 | 4A | 31 |
| Octal | 332 | 40 | 153 | 0 | 125 | 63 | 17 | 520 | 112 | 61 |
| Binary | 11011010 | 100000 | 1101011 | 0 | 1010101 | 110011 | 1111 | 101010000 | 1001010 | 110001 |
Color Harmonies of #DA206B
Complementary color
Monochromatic Colors of #DA206B
Black with #DA206B
Text Example
Text Example
White with #DA206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA206B; }
p { color: rgb(218,32,107); }
H1.HeaderClassName
{
color: #DA206B;
}
.AnyTagClassName
{
color: #DA206B;
}
</style>
background-color css
<style>
a { background-color: #DA206B; }
a { background-color: rgb(218,32,107); }
div.DivClassName
{
background-color: #DA206B;
}
.BgClassName
{
background-color: #DA206B;
}
</style>
border-color css
<style>
span { border-color: #DA206B; }
span { border-color: rgb(218,32,107); }
td.TdClassName
{
border-color: #DA206B;
}
.TagClassName
{
border-color: #DA206B;
}
</style>