Shades of Ruby #DA036E
Tints of Ruby #DA036E
RGB
CMYK
RGB Variations
Color information
#DA036E (or 0xDA036E) is known color: Ruby. HEX triplet: DA, 03 and 6E. RGB value is (218,3,110). Sum of RGB (Red+Green+Blue) = 218+3+110=331 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.86% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 218 - color contains mainly: red. Hex color #DA036E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA036E is #25FC91. Grayscale: #4F4F4F. Windows color (decimal): -2489490 or 7209946. OLE color: 7209946.
HSL color Cylindrical-coordinate representation of color #DA036E: hue angle of 330.14º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA036E is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 110 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.15 |
| HSL | 330.14º | 0.97% | 0.43% | - |
| HSV(B) | 330.14º | 0.99% | 0.85% | - |
| XYZ | 31.76 | 16.1 | 16.18 | - |
| YUV | 79.48 | 145.23 | 226.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 110 | 0 | 0.99 | 0.50 | 0.15 | 330.14 | 0.97 | 0.43 |
| Hex | DA | 3 | 6E | 0 | 63 | 32 | F | 14A | 61 | 2B |
| Octal | 332 | 3 | 156 | 0 | 143 | 62 | 17 | 512 | 141 | 53 |
| Binary | 11011010 | 11 | 1101110 | 0 | 1100011 | 110010 | 1111 | 101001010 | 1100001 | 101011 |
Color Harmonies of #DA036E
Complementary color
Monochromatic Colors of #DA036E
Black with #DA036E
Text Example
Text Example
White with #DA036E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA036E; }
p { color: rgb(218,3,110); }
H1.HeaderClassName
{
color: #DA036E;
}
.AnyTagClassName
{
color: #DA036E;
}
</style>
background-color css
<style>
a { background-color: #DA036E; }
a { background-color: rgb(218,3,110); }
div.DivClassName
{
background-color: #DA036E;
}
.BgClassName
{
background-color: #DA036E;
}
</style>
border-color css
<style>
span { border-color: #DA036E; }
span { border-color: rgb(218,3,110); }
td.TdClassName
{
border-color: #DA036E;
}
.TagClassName
{
border-color: #DA036E;
}
</style>