Shades of Ruby #D0136E
Tints of Ruby #D0136E
RGB
CMYK
RGB Variations
Color information
#D0136E (or 0xD0136E) is known color: Ruby. HEX triplet: D0, 13 and 6E. RGB value is (208,19,110). Sum of RGB (Red+Green+Blue) = 208+19+110=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 110 (43.36% from 255 or 32.64% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D0136E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0136E is #2FEC91. Grayscale: #555555. Windows color (decimal): -3140754 or 7214032. OLE color: 7214032.
HSL color Cylindrical-coordinate representation of color #D0136E: hue angle of 331.11º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0136E is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 110 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.18 |
| HSL | 331.11º | 0.83% | 0.45% | - |
| HSV(B) | 331.11º | 0.91% | 0.82% | - |
| XYZ | 29.06 | 15 | 16.12 | - |
| YUV | 85.89 | 141.62 | 215.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 110 | 0 | 0.91 | 0.47 | 0.18 | 331.11 | 0.83 | 0.45 |
| Hex | D0 | 13 | 6E | 0 | 5B | 2F | 12 | 14B | 53 | 2D |
| Octal | 320 | 23 | 156 | 0 | 133 | 57 | 22 | 513 | 123 | 55 |
| Binary | 11010000 | 10011 | 1101110 | 0 | 1011011 | 101111 | 10010 | 101001011 | 1010011 | 101101 |
Color Harmonies of #D0136E
Complementary color
Monochromatic Colors of #D0136E
Black with #D0136E
Text Example
Text Example
White with #D0136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0136E; }
p { color: rgb(208,19,110); }
H1.HeaderClassName
{
color: #D0136E;
}
.AnyTagClassName
{
color: #D0136E;
}
</style>
background-color css
<style>
a { background-color: #D0136E; }
a { background-color: rgb(208,19,110); }
div.DivClassName
{
background-color: #D0136E;
}
.BgClassName
{
background-color: #D0136E;
}
</style>
border-color css
<style>
span { border-color: #D0136E; }
span { border-color: rgb(208,19,110); }
td.TdClassName
{
border-color: #D0136E;
}
.TagClassName
{
border-color: #D0136E;
}
</style>