Shades of Ruby #D0136D
Tints of Ruby #D0136D
RGB
CMYK
RGB Variations
Color information
#D0136D (or 0xD0136D) is known color: Ruby. HEX triplet: D0, 13 and 6D. RGB value is (208,19,109). Sum of RGB (Red+Green+Blue) = 208+19+109=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D0136D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0136D is #2FEC92. Grayscale: #555555. Windows color (decimal): -3140755 or 7148496. OLE color: 7148496.
HSL color Cylindrical-coordinate representation of color #D0136D: hue angle of 331.43º 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 #D0136D is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 109 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.18 |
| HSL | 331.43º | 0.83% | 0.45% | - |
| HSV(B) | 331.43º | 0.91% | 0.82% | - |
| XYZ | 29.01 | 14.98 | 15.83 | - |
| YUV | 85.77 | 141.12 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 109 | 0 | 0.91 | 0.48 | 0.18 | 331.43 | 0.83 | 0.45 |
| Hex | D0 | 13 | 6D | 0 | 5B | 30 | 12 | 14B | 53 | 2D |
| Octal | 320 | 23 | 155 | 0 | 133 | 60 | 22 | 513 | 123 | 55 |
| Binary | 11010000 | 10011 | 1101101 | 0 | 1011011 | 110000 | 10010 | 101001011 | 1010011 | 101101 |
Color Harmonies of #D0136D
Complementary color
Monochromatic Colors of #D0136D
Black with #D0136D
Text Example
Text Example
White with #D0136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0136D; }
p { color: rgb(208,19,109); }
H1.HeaderClassName
{
color: #D0136D;
}
.AnyTagClassName
{
color: #D0136D;
}
</style>
background-color css
<style>
a { background-color: #D0136D; }
a { background-color: rgb(208,19,109); }
div.DivClassName
{
background-color: #D0136D;
}
.BgClassName
{
background-color: #D0136D;
}
</style>
border-color css
<style>
span { border-color: #D0136D; }
span { border-color: rgb(208,19,109); }
td.TdClassName
{
border-color: #D0136D;
}
.TagClassName
{
border-color: #D0136D;
}
</style>