Shades of Ruby #D0126B
Tints of Ruby #D0126B
RGB
CMYK
RGB Variations
Color information
#D0126B (or 0xD0126B) is known color: Ruby. HEX triplet: D0, 12 and 6B. RGB value is (208,18,107). Sum of RGB (Red+Green+Blue) = 208+18+107=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 107 (42.19% from 255 or 32.13% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D0126B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0126B is #2FED94. Grayscale: #545454. Windows color (decimal): -3141013 or 7017168. OLE color: 7017168.
HSL color Cylindrical-coordinate representation of color #D0126B: hue angle of 331.89º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0126B is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 18 | 107 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.18 |
| HSL | 331.89º | 0.84% | 0.44% | - |
| HSV(B) | 331.89º | 0.91% | 0.82% | - |
| XYZ | 28.88 | 14.9 | 15.26 | - |
| YUV | 84.96 | 140.45 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 18 | 107 | 0 | 0.91 | 0.49 | 0.18 | 331.89 | 0.84 | 0.44 |
| Hex | D0 | 12 | 6B | 0 | 5B | 31 | 12 | 14C | 54 | 2C |
| Octal | 320 | 22 | 153 | 0 | 133 | 61 | 22 | 514 | 124 | 54 |
| Binary | 11010000 | 10010 | 1101011 | 0 | 1011011 | 110001 | 10010 | 101001100 | 1010100 | 101100 |
Color Harmonies of #D0126B
Complementary color
Monochromatic Colors of #D0126B
Black with #D0126B
Text Example
Text Example
White with #D0126B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0126B; }
p { color: rgb(208,18,107); }
H1.HeaderClassName
{
color: #D0126B;
}
.AnyTagClassName
{
color: #D0126B;
}
</style>
background-color css
<style>
a { background-color: #D0126B; }
a { background-color: rgb(208,18,107); }
div.DivClassName
{
background-color: #D0126B;
}
.BgClassName
{
background-color: #D0126B;
}
</style>
border-color css
<style>
span { border-color: #D0126B; }
span { border-color: rgb(208,18,107); }
td.TdClassName
{
border-color: #D0126B;
}
.TagClassName
{
border-color: #D0126B;
}
</style>