Shades of Ruby #DF136E
Tints of Ruby #DF136E
RGB
CMYK
RGB Variations
Color information
#DF136E (or 0xDF136E) is known color: Ruby. HEX triplet: DF, 13 and 6E. RGB value is (223,19,110). Sum of RGB (Red+Green+Blue) = 223+19+110=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF136E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF136E is #20EC91. Grayscale: #5A5A5A. Windows color (decimal): -2157714 or 7214047. OLE color: 7214047.
HSL color Cylindrical-coordinate representation of color #DF136E: hue angle of 333.24º 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 #DF136E is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 110 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.13 |
| HSL | 333.24º | 0.84% | 0.47% | - |
| HSV(B) | 333.24º | 0.91% | 0.87% | - |
| XYZ | 33.48 | 17.28 | 16.32 | - |
| YUV | 90.37 | 139.09 | 222.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 110 | 0 | 0.91 | 0.51 | 0.13 | 333.24 | 0.84 | 0.47 |
| Hex | DF | 13 | 6E | 0 | 5B | 33 | D | 14D | 54 | 2F |
| Octal | 337 | 23 | 156 | 0 | 133 | 63 | 15 | 515 | 124 | 57 |
| Binary | 11011111 | 10011 | 1101110 | 0 | 1011011 | 110011 | 1101 | 101001101 | 1010100 | 101111 |
Color Harmonies of #DF136E
Complementary color
Monochromatic Colors of #DF136E
Black with #DF136E
Text Example
Text Example
White with #DF136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF136E; }
p { color: rgb(223,19,110); }
H1.HeaderClassName
{
color: #DF136E;
}
.AnyTagClassName
{
color: #DF136E;
}
</style>
background-color css
<style>
a { background-color: #DF136E; }
a { background-color: rgb(223,19,110); }
div.DivClassName
{
background-color: #DF136E;
}
.BgClassName
{
background-color: #DF136E;
}
</style>
border-color css
<style>
span { border-color: #DF136E; }
span { border-color: rgb(223,19,110); }
td.TdClassName
{
border-color: #DF136E;
}
.TagClassName
{
border-color: #DF136E;
}
</style>