Shades of Ruby #D0136C
Tints of Ruby #D0136C
RGB
CMYK
RGB Variations
Color information
#D0136C (or 0xD0136C) is known color: Ruby. HEX triplet: D0, 13 and 6C. RGB value is (208,19,108). Sum of RGB (Red+Green+Blue) = 208+19+108=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D0136C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0136C is #2FEC93. Grayscale: #555555. Windows color (decimal): -3140756 or 7082960. OLE color: 7082960.
HSL color Cylindrical-coordinate representation of color #D0136C: hue angle of 331.75º 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 #D0136C is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 108 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.18 |
| HSL | 331.75º | 0.83% | 0.45% | - |
| HSV(B) | 331.75º | 0.91% | 0.82% | - |
| XYZ | 28.95 | 14.96 | 15.55 | - |
| YUV | 85.66 | 140.62 | 215.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 108 | 0 | 0.91 | 0.48 | 0.18 | 331.75 | 0.83 | 0.45 |
| Hex | D0 | 13 | 6C | 0 | 5B | 30 | 12 | 14C | 53 | 2D |
| Octal | 320 | 23 | 154 | 0 | 133 | 60 | 22 | 514 | 123 | 55 |
| Binary | 11010000 | 10011 | 1101100 | 0 | 1011011 | 110000 | 10010 | 101001100 | 1010011 | 101101 |
Color Harmonies of #D0136C
Complementary color
Monochromatic Colors of #D0136C
Black with #D0136C
Text Example
Text Example
White with #D0136C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0136C; }
p { color: rgb(208,19,108); }
H1.HeaderClassName
{
color: #D0136C;
}
.AnyTagClassName
{
color: #D0136C;
}
</style>
background-color css
<style>
a { background-color: #D0136C; }
a { background-color: rgb(208,19,108); }
div.DivClassName
{
background-color: #D0136C;
}
.BgClassName
{
background-color: #D0136C;
}
</style>
border-color css
<style>
span { border-color: #D0136C; }
span { border-color: rgb(208,19,108); }
td.TdClassName
{
border-color: #D0136C;
}
.TagClassName
{
border-color: #D0136C;
}
</style>