Shades of Ruby #DA206A
Tints of Ruby #DA206A
RGB
CMYK
RGB Variations
Color information
#DA206A (or 0xDA206A) is known color: Ruby. HEX triplet: DA, 20 and 6A. RGB value is (218,32,106). Sum of RGB (Red+Green+Blue) = 218+32+106=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA206A is #25DF95. Grayscale: #5F5F5F. Windows color (decimal): -2482070 or 6955226. OLE color: 6955226.
HSL color Cylindrical-coordinate representation of color #DA206A: hue angle of 336.13º 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 #DA206A is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 106 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.15 |
| HSL | 336.13º | 0.74% | 0.49% | - |
| HSV(B) | 336.13º | 0.85% | 0.85% | - |
| XYZ | 32.03 | 16.98 | 15.22 | - |
| YUV | 96.05 | 133.62 | 214.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 106 | 0 | 0.85 | 0.51 | 0.15 | 336.13 | 0.74 | 0.49 |
| Hex | DA | 20 | 6A | 0 | 55 | 33 | F | 150 | 4A | 31 |
| Octal | 332 | 40 | 152 | 0 | 125 | 63 | 17 | 520 | 112 | 61 |
| Binary | 11011010 | 100000 | 1101010 | 0 | 1010101 | 110011 | 1111 | 101010000 | 1001010 | 110001 |
Color Harmonies of #DA206A
Complementary color
Monochromatic Colors of #DA206A
Black with #DA206A
Text Example
Text Example
White with #DA206A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA206A; }
p { color: rgb(218,32,106); }
H1.HeaderClassName
{
color: #DA206A;
}
.AnyTagClassName
{
color: #DA206A;
}
</style>
background-color css
<style>
a { background-color: #DA206A; }
a { background-color: rgb(218,32,106); }
div.DivClassName
{
background-color: #DA206A;
}
.BgClassName
{
background-color: #DA206A;
}
</style>
border-color css
<style>
span { border-color: #DA206A; }
span { border-color: rgb(218,32,106); }
td.TdClassName
{
border-color: #DA206A;
}
.TagClassName
{
border-color: #DA206A;
}
</style>