Shades of Ruby #DF145A
Tints of Ruby #DF145A
RGB
CMYK
RGB Variations
Color information
#DF145A (or 0xDF145A) is known color: Ruby. HEX triplet: DF, 14 and 5A. RGB value is (223,20,90). Sum of RGB (Red+Green+Blue) = 223+20+90=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF145A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF145A is #20EBA5. Grayscale: #585858. Windows color (decimal): -2157478 or 5903583. OLE color: 5903583.
HSL color Cylindrical-coordinate representation of color #DF145A: hue angle of 339.31º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF145A is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 90 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.13 |
| HSL | 339.31º | 0.84% | 0.48% | - |
| HSV(B) | 339.31º | 0.91% | 0.87% | - |
| XYZ | 32.53 | 16.93 | 11.23 | - |
| YUV | 88.68 | 128.75 | 223.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 90 | 0 | 0.91 | 0.60 | 0.13 | 339.31 | 0.84 | 0.48 |
| Hex | DF | 14 | 5A | 0 | 5B | 3C | D | 153 | 54 | 30 |
| Octal | 337 | 24 | 132 | 0 | 133 | 74 | 15 | 523 | 124 | 60 |
| Binary | 11011111 | 10100 | 1011010 | 0 | 1011011 | 111100 | 1101 | 101010011 | 1010100 | 110000 |
Color Harmonies of #DF145A
Complementary color
Monochromatic Colors of #DF145A
Black with #DF145A
Text Example
Text Example
White with #DF145A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF145A; }
p { color: rgb(223,20,90); }
H1.HeaderClassName
{
color: #DF145A;
}
.AnyTagClassName
{
color: #DF145A;
}
</style>
background-color css
<style>
a { background-color: #DF145A; }
a { background-color: rgb(223,20,90); }
div.DivClassName
{
background-color: #DF145A;
}
.BgClassName
{
background-color: #DF145A;
}
</style>
border-color css
<style>
span { border-color: #DF145A; }
span { border-color: rgb(223,20,90); }
td.TdClassName
{
border-color: #DF145A;
}
.TagClassName
{
border-color: #DF145A;
}
</style>