Shades of Ruby #DA206E
Tints of Ruby #DA206E
RGB
CMYK
RGB Variations
Color information
#DA206E (or 0xDA206E) is known color: Ruby. HEX triplet: DA, 20 and 6E. RGB value is (218,32,110). Sum of RGB (Red+Green+Blue) = 218+32+110=360 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.56% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 218 - color contains mainly: red. Hex color #DA206E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA206E is #25DF91. Grayscale: #606060. Windows color (decimal): -2482066 or 7217370. OLE color: 7217370.
HSL color Cylindrical-coordinate representation of color #DA206E: hue angle of 334.84º 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 #DA206E is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 110 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.15 |
| HSL | 334.84º | 0.74% | 0.49% | - |
| HSV(B) | 334.84º | 0.85% | 0.85% | - |
| XYZ | 32.24 | 17.06 | 16.35 | - |
| YUV | 96.51 | 135.62 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 110 | 0 | 0.85 | 0.50 | 0.15 | 334.84 | 0.74 | 0.49 |
| Hex | DA | 20 | 6E | 0 | 55 | 32 | F | 14F | 4A | 31 |
| Octal | 332 | 40 | 156 | 0 | 125 | 62 | 17 | 517 | 112 | 61 |
| Binary | 11011010 | 100000 | 1101110 | 0 | 1010101 | 110010 | 1111 | 101001111 | 1001010 | 110001 |
Color Harmonies of #DA206E
Complementary color
Monochromatic Colors of #DA206E
Black with #DA206E
Text Example
Text Example
White with #DA206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA206E; }
p { color: rgb(218,32,110); }
H1.HeaderClassName
{
color: #DA206E;
}
.AnyTagClassName
{
color: #DA206E;
}
</style>
background-color css
<style>
a { background-color: #DA206E; }
a { background-color: rgb(218,32,110); }
div.DivClassName
{
background-color: #DA206E;
}
.BgClassName
{
background-color: #DA206E;
}
</style>
border-color css
<style>
span { border-color: #DA206E; }
span { border-color: rgb(218,32,110); }
td.TdClassName
{
border-color: #DA206E;
}
.TagClassName
{
border-color: #DA206E;
}
</style>