Shades of Ruby #DF136D
Tints of Ruby #DF136D
RGB
CMYK
RGB Variations
Color information
#DF136D (or 0xDF136D) is known color: Ruby. HEX triplet: DF, 13 and 6D. RGB value is (223,19,109). Sum of RGB (Red+Green+Blue) = 223+19+109=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 19 (7.81% from 255 or 5.41% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF136D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF136D is #20EC92. Grayscale: #5A5A5A. Windows color (decimal): -2157715 or 7148511. OLE color: 7148511.
HSL color Cylindrical-coordinate representation of color #DF136D: hue angle of 333.53º 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 #DF136D is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 109 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.13 |
| HSL | 333.53º | 0.84% | 0.47% | - |
| HSV(B) | 333.53º | 0.91% | 0.87% | - |
| XYZ | 33.42 | 17.26 | 16.04 | - |
| YUV | 90.26 | 138.59 | 222.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 109 | 0 | 0.91 | 0.51 | 0.13 | 333.53 | 0.84 | 0.47 |
| Hex | DF | 13 | 6D | 0 | 5B | 33 | D | 14E | 54 | 2F |
| Octal | 337 | 23 | 155 | 0 | 133 | 63 | 15 | 516 | 124 | 57 |
| Binary | 11011111 | 10011 | 1101101 | 0 | 1011011 | 110011 | 1101 | 101001110 | 1010100 | 101111 |
Color Harmonies of #DF136D
Complementary color
Monochromatic Colors of #DF136D
Black with #DF136D
Text Example
Text Example
White with #DF136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF136D; }
p { color: rgb(223,19,109); }
H1.HeaderClassName
{
color: #DF136D;
}
.AnyTagClassName
{
color: #DF136D;
}
</style>
background-color css
<style>
a { background-color: #DF136D; }
a { background-color: rgb(223,19,109); }
div.DivClassName
{
background-color: #DF136D;
}
.BgClassName
{
background-color: #DF136D;
}
</style>
border-color css
<style>
span { border-color: #DF136D; }
span { border-color: rgb(223,19,109); }
td.TdClassName
{
border-color: #DF136D;
}
.TagClassName
{
border-color: #DF136D;
}
</style>