Shades of Ruby #DA215A
Tints of Ruby #DA215A
RGB
CMYK
RGB Variations
Color information
#DA215A (or 0xDA215A) is known color: Ruby. HEX triplet: DA, 21 and 5A. RGB value is (218,33,90). Sum of RGB (Red+Green+Blue) = 218+33+90=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA215A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA215A is #25DEA5. Grayscale: #5E5E5E. Windows color (decimal): -2481830 or 5906906. OLE color: 5906906.
HSL color Cylindrical-coordinate representation of color #DA215A: hue angle of 341.51º 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 #DA215A is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 33 | 90 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.15 |
| HSL | 341.51º | 0.74% | 0.49% | - |
| HSV(B) | 341.51º | 0.85% | 0.85% | - |
| XYZ | 31.3 | 16.73 | 11.25 | - |
| YUV | 94.81 | 125.29 | 215.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 90 | 0 | 0.85 | 0.59 | 0.15 | 341.51 | 0.74 | 0.49 |
| Hex | DA | 21 | 5A | 0 | 55 | 3B | F | 156 | 4A | 31 |
| Octal | 332 | 41 | 132 | 0 | 125 | 73 | 17 | 526 | 112 | 61 |
| Binary | 11011010 | 100001 | 1011010 | 0 | 1010101 | 111011 | 1111 | 101010110 | 1001010 | 110001 |
Color Harmonies of #DA215A
Complementary color
Monochromatic Colors of #DA215A
Black with #DA215A
Text Example
Text Example
White with #DA215A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA215A; }
p { color: rgb(218,33,90); }
H1.HeaderClassName
{
color: #DA215A;
}
.AnyTagClassName
{
color: #DA215A;
}
</style>
background-color css
<style>
a { background-color: #DA215A; }
a { background-color: rgb(218,33,90); }
div.DivClassName
{
background-color: #DA215A;
}
.BgClassName
{
background-color: #DA215A;
}
</style>
border-color css
<style>
span { border-color: #DA215A; }
span { border-color: rgb(218,33,90); }
td.TdClassName
{
border-color: #DA215A;
}
.TagClassName
{
border-color: #DA215A;
}
</style>