Shades of Ruby #DF145D
Tints of Ruby #DF145D
RGB
CMYK
RGB Variations
Color information
#DF145D (or 0xDF145D) is known color: Ruby. HEX triplet: DF, 14 and 5D. RGB value is (223,20,93). Sum of RGB (Red+Green+Blue) = 223+20+93=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF145D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF145D is #20EBA2. Grayscale: #585858. Windows color (decimal): -2157475 or 6100191. OLE color: 6100191.
HSL color Cylindrical-coordinate representation of color #DF145D: hue angle of 338.42º 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 #DF145D is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 20 | 93 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.13 |
| HSL | 338.42º | 0.84% | 0.48% | - |
| HSV(B) | 338.42º | 0.91% | 0.87% | - |
| XYZ | 32.66 | 16.98 | 11.91 | - |
| YUV | 89.02 | 130.25 | 223.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 20 | 93 | 0 | 0.91 | 0.58 | 0.13 | 338.42 | 0.84 | 0.48 |
| Hex | DF | 14 | 5D | 0 | 5B | 3A | D | 152 | 54 | 30 |
| Octal | 337 | 24 | 135 | 0 | 133 | 72 | 15 | 522 | 124 | 60 |
| Binary | 11011111 | 10100 | 1011101 | 0 | 1011011 | 111010 | 1101 | 101010010 | 1010100 | 110000 |
Color Harmonies of #DF145D
Complementary color
Monochromatic Colors of #DF145D
Black with #DF145D
Text Example
Text Example
White with #DF145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF145D; }
p { color: rgb(223,20,93); }
H1.HeaderClassName
{
color: #DF145D;
}
.AnyTagClassName
{
color: #DF145D;
}
</style>
background-color css
<style>
a { background-color: #DF145D; }
a { background-color: rgb(223,20,93); }
div.DivClassName
{
background-color: #DF145D;
}
.BgClassName
{
background-color: #DF145D;
}
</style>
border-color css
<style>
span { border-color: #DF145D; }
span { border-color: rgb(223,20,93); }
td.TdClassName
{
border-color: #DF145D;
}
.TagClassName
{
border-color: #DF145D;
}
</style>