Shades of Ruby #DA1F6D
Tints of Ruby #DA1F6D
RGB
CMYK
RGB Variations
Color information
#DA1F6D (or 0xDA1F6D) is known color: Ruby. HEX triplet: DA, 1F and 6D. RGB value is (218,31,109). Sum of RGB (Red+Green+Blue) = 218+31+109=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 31 (12.5% from 255 or 8.66% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1F6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA1F6D is #25E092. Grayscale: #5F5F5F. Windows color (decimal): -2482323 or 7151578. OLE color: 7151578.
HSL color Cylindrical-coordinate representation of color #DA1F6D: hue angle of 334.97º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA1F6D is Cyan = 0, Magento = 0.86, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 31 | 109 | - |
| CMYK | 0 | 0.86 | 0.5 | 0.15 |
| HSL | 334.97º | 0.75% | 0.49% | - |
| HSV(B) | 334.97º | 0.86% | 0.85% | - |
| XYZ | 32.16 | 16.99 | 16.05 | - |
| YUV | 95.81 | 135.45 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 31 | 109 | 0 | 0.86 | 0.5 | 0.15 | 334.97 | 0.75 | 0.49 |
| Hex | DA | 1F | 6D | 0 | 56 | 32 | F | 14F | 4B | 31 |
| Octal | 332 | 37 | 155 | 0 | 126 | 62 | 17 | 517 | 113 | 61 |
| Binary | 11011010 | 11111 | 1101101 | 0 | 1010110 | 110010 | 1111 | 101001111 | 1001011 | 110001 |
Color Harmonies of #DA1F6D
Complementary color
Monochromatic Colors of #DA1F6D
Black with #DA1F6D
Text Example
Text Example
White with #DA1F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1F6D; }
p { color: rgb(218,31,109); }
H1.HeaderClassName
{
color: #DA1F6D;
}
.AnyTagClassName
{
color: #DA1F6D;
}
</style>
background-color css
<style>
a { background-color: #DA1F6D; }
a { background-color: rgb(218,31,109); }
div.DivClassName
{
background-color: #DA1F6D;
}
.BgClassName
{
background-color: #DA1F6D;
}
</style>
border-color css
<style>
span { border-color: #DA1F6D; }
span { border-color: rgb(218,31,109); }
td.TdClassName
{
border-color: #DA1F6D;
}
.TagClassName
{
border-color: #DA1F6D;
}
</style>