Shades of Ruby #D0136B
Tints of Ruby #D0136B
RGB
CMYK
RGB Variations
Color information
#D0136B (or 0xD0136B) is known color: Ruby. HEX triplet: D0, 13 and 6B. RGB value is (208,19,107). Sum of RGB (Red+Green+Blue) = 208+19+107=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 19 (7.81% from 255 or 5.69% from 334); Blue value is 107 (42.19% from 255 or 32.04% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D0136B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0136B is #2FEC94. Grayscale: #555555. Windows color (decimal): -3140757 or 7017424. OLE color: 7017424.
HSL color Cylindrical-coordinate representation of color #D0136B: hue angle of 332.06º 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 #D0136B is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 107 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.18 |
| HSL | 332.06º | 0.83% | 0.45% | - |
| HSV(B) | 332.06º | 0.91% | 0.82% | - |
| XYZ | 28.9 | 14.94 | 15.27 | - |
| YUV | 85.54 | 140.12 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 107 | 0 | 0.91 | 0.49 | 0.18 | 332.06 | 0.83 | 0.45 |
| Hex | D0 | 13 | 6B | 0 | 5B | 31 | 12 | 14C | 53 | 2D |
| Octal | 320 | 23 | 153 | 0 | 133 | 61 | 22 | 514 | 123 | 55 |
| Binary | 11010000 | 10011 | 1101011 | 0 | 1011011 | 110001 | 10010 | 101001100 | 1010011 | 101101 |
Color Harmonies of #D0136B
Complementary color
Monochromatic Colors of #D0136B
Black with #D0136B
Text Example
Text Example
White with #D0136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0136B; }
p { color: rgb(208,19,107); }
H1.HeaderClassName
{
color: #D0136B;
}
.AnyTagClassName
{
color: #D0136B;
}
</style>
background-color css
<style>
a { background-color: #D0136B; }
a { background-color: rgb(208,19,107); }
div.DivClassName
{
background-color: #D0136B;
}
.BgClassName
{
background-color: #D0136B;
}
</style>
border-color css
<style>
span { border-color: #D0136B; }
span { border-color: rgb(208,19,107); }
td.TdClassName
{
border-color: #D0136B;
}
.TagClassName
{
border-color: #D0136B;
}
</style>