Shades of Ruby #DF125B
Tints of Ruby #DF125B
RGB
CMYK
RGB Variations
Color information
#DF125B (or 0xDF125B) is known color: Ruby. HEX triplet: DF, 12 and 5B. RGB value is (223,18,91). Sum of RGB (Red+Green+Blue) = 223+18+91=332 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.17% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 223 - color contains mainly: red. Hex color #DF125B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF125B is #20EDA4. Grayscale: #575757. Windows color (decimal): -2157989 or 5968607. OLE color: 5968607.
HSL color Cylindrical-coordinate representation of color #DF125B: hue angle of 338.63º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF125B is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 91 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.13 |
| HSL | 338.63º | 0.85% | 0.47% | - |
| HSV(B) | 338.63º | 0.92% | 0.87% | - |
| XYZ | 32.54 | 16.88 | 11.44 | - |
| YUV | 87.62 | 129.92 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 91 | 0 | 0.92 | 0.59 | 0.13 | 338.63 | 0.85 | 0.47 |
| Hex | DF | 12 | 5B | 0 | 5C | 3B | D | 153 | 55 | 2F |
| Octal | 337 | 22 | 133 | 0 | 134 | 73 | 15 | 523 | 125 | 57 |
| Binary | 11011111 | 10010 | 1011011 | 0 | 1011100 | 111011 | 1101 | 101010011 | 1010101 | 101111 |
Color Harmonies of #DF125B
Complementary color
Monochromatic Colors of #DF125B
Black with #DF125B
Text Example
Text Example
White with #DF125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF125B; }
p { color: rgb(223,18,91); }
H1.HeaderClassName
{
color: #DF125B;
}
.AnyTagClassName
{
color: #DF125B;
}
</style>
background-color css
<style>
a { background-color: #DF125B; }
a { background-color: rgb(223,18,91); }
div.DivClassName
{
background-color: #DF125B;
}
.BgClassName
{
background-color: #DF125B;
}
</style>
border-color css
<style>
span { border-color: #DF125B; }
span { border-color: rgb(223,18,91); }
td.TdClassName
{
border-color: #DF125B;
}
.TagClassName
{
border-color: #DF125B;
}
</style>