Shades of Ruby #DF136F
Tints of Ruby #DF136F
RGB
CMYK
RGB Variations
Color information
#DF136F (or 0xDF136F) is known color: Ruby. HEX triplet: DF, 13 and 6F. RGB value is (223,19,111). Sum of RGB (Red+Green+Blue) = 223+19+111=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF136F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF136F is #20EC90. Grayscale: #5A5A5A. Windows color (decimal): -2157713 or 7279583. OLE color: 7279583.
HSL color Cylindrical-coordinate representation of color #DF136F: hue angle of 332.94º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF136F is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 111 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.13 |
| HSL | 332.94º | 0.84% | 0.47% | - |
| HSV(B) | 332.94º | 0.91% | 0.87% | - |
| XYZ | 33.53 | 17.3 | 16.61 | - |
| YUV | 90.48 | 139.59 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 111 | 0 | 0.91 | 0.50 | 0.13 | 332.94 | 0.84 | 0.47 |
| Hex | DF | 13 | 6F | 0 | 5B | 32 | D | 14D | 54 | 2F |
| Octal | 337 | 23 | 157 | 0 | 133 | 62 | 15 | 515 | 124 | 57 |
| Binary | 11011111 | 10011 | 1101111 | 0 | 1011011 | 110010 | 1101 | 101001101 | 1010100 | 101111 |
Color Harmonies of #DF136F
Complementary color
Monochromatic Colors of #DF136F
Black with #DF136F
Text Example
Text Example
White with #DF136F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF136F; }
p { color: rgb(223,19,111); }
H1.HeaderClassName
{
color: #DF136F;
}
.AnyTagClassName
{
color: #DF136F;
}
</style>
background-color css
<style>
a { background-color: #DF136F; }
a { background-color: rgb(223,19,111); }
div.DivClassName
{
background-color: #DF136F;
}
.BgClassName
{
background-color: #DF136F;
}
</style>
border-color css
<style>
span { border-color: #DF136F; }
span { border-color: rgb(223,19,111); }
td.TdClassName
{
border-color: #DF136F;
}
.TagClassName
{
border-color: #DF136F;
}
</style>