Shades of Ruby #DA1572
Tints of Ruby #DA1572
RGB
CMYK
RGB Variations
Color information
#DA1572 (or 0xDA1572) is known color: Ruby. HEX triplet: DA, 15 and 72. RGB value is (218,21,114). Sum of RGB (Red+Green+Blue) = 218+21+114=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 114 (44.92% from 255 or 32.29% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1572 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA1572 is #25EA8D. Grayscale: #5A5A5A. Windows color (decimal): -2484878 or 7476698. OLE color: 7476698.
HSL color Cylindrical-coordinate representation of color #DA1572: hue angle of 331.68º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA1572 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 114 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.15 |
| HSL | 331.68º | 0.82% | 0.47% | - |
| HSV(B) | 331.68º | 0.9% | 0.85% | - |
| XYZ | 32.22 | 16.66 | 17.44 | - |
| YUV | 90.51 | 141.27 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 114 | 0 | 0.90 | 0.48 | 0.15 | 331.68 | 0.82 | 0.47 |
| Hex | DA | 15 | 72 | 0 | 5A | 30 | F | 14C | 52 | 2F |
| Octal | 332 | 25 | 162 | 0 | 132 | 60 | 17 | 514 | 122 | 57 |
| Binary | 11011010 | 10101 | 1110010 | 0 | 1011010 | 110000 | 1111 | 101001100 | 1010010 | 101111 |
Color Harmonies of #DA1572
Complementary color
Monochromatic Colors of #DA1572
Black with #DA1572
Text Example
Text Example
White with #DA1572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1572; }
p { color: rgb(218,21,114); }
H1.HeaderClassName
{
color: #DA1572;
}
.AnyTagClassName
{
color: #DA1572;
}
</style>
background-color css
<style>
a { background-color: #DA1572; }
a { background-color: rgb(218,21,114); }
div.DivClassName
{
background-color: #DA1572;
}
.BgClassName
{
background-color: #DA1572;
}
</style>
border-color css
<style>
span { border-color: #DA1572; }
span { border-color: rgb(218,21,114); }
td.TdClassName
{
border-color: #DA1572;
}
.TagClassName
{
border-color: #DA1572;
}
</style>