Shades of Ruby #D0136A
Tints of Ruby #D0136A
RGB
CMYK
RGB Variations
Color information
#D0136A (or 0xD0136A) is known color: Ruby. HEX triplet: D0, 13 and 6A. RGB value is (208,19,106). Sum of RGB (Red+Green+Blue) = 208+19+106=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 19 (7.81% from 255 or 5.71% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D0136A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0136A is #2FEC95. Grayscale: #555555. Windows color (decimal): -3140758 or 6951888. OLE color: 6951888.
HSL color Cylindrical-coordinate representation of color #D0136A: hue angle of 332.38º 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 #D0136A is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 19 | 106 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.18 |
| HSL | 332.38º | 0.83% | 0.45% | - |
| HSV(B) | 332.38º | 0.91% | 0.82% | - |
| XYZ | 28.85 | 14.92 | 14.99 | - |
| YUV | 85.43 | 139.62 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 19 | 106 | 0 | 0.91 | 0.49 | 0.18 | 332.38 | 0.83 | 0.45 |
| Hex | D0 | 13 | 6A | 0 | 5B | 31 | 12 | 14C | 53 | 2D |
| Octal | 320 | 23 | 152 | 0 | 133 | 61 | 22 | 514 | 123 | 55 |
| Binary | 11010000 | 10011 | 1101010 | 0 | 1011011 | 110001 | 10010 | 101001100 | 1010011 | 101101 |
Color Harmonies of #D0136A
Complementary color
Monochromatic Colors of #D0136A
Black with #D0136A
Text Example
Text Example
White with #D0136A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0136A; }
p { color: rgb(208,19,106); }
H1.HeaderClassName
{
color: #D0136A;
}
.AnyTagClassName
{
color: #D0136A;
}
</style>
background-color css
<style>
a { background-color: #D0136A; }
a { background-color: rgb(208,19,106); }
div.DivClassName
{
background-color: #D0136A;
}
.BgClassName
{
background-color: #D0136A;
}
</style>
border-color css
<style>
span { border-color: #D0136A; }
span { border-color: rgb(208,19,106); }
td.TdClassName
{
border-color: #D0136A;
}
.TagClassName
{
border-color: #D0136A;
}
</style>