Shades of Ruby #D20D6B
Tints of Ruby #D20D6B
RGB
CMYK
RGB Variations
Color information
#D20D6B (or 0xD20D6B) is known color: Ruby. HEX triplet: D2, 0D and 6B. RGB value is (210,13,107). Sum of RGB (Red+Green+Blue) = 210+13+107=330 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.64% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D6B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20D6B is #2DF294. Grayscale: #525252. Windows color (decimal): -3011221 or 7015890. OLE color: 7015890.
HSL color Cylindrical-coordinate representation of color #D20D6B: hue angle of 331.37º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20D6B is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 13 | 107 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.18 |
| HSL | 331.37º | 0.88% | 0.44% | - |
| HSV(B) | 331.37º | 0.94% | 0.82% | - |
| XYZ | 29.38 | 15.05 | 15.27 | - |
| YUV | 82.62 | 141.77 | 218.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 107 | 0 | 0.94 | 0.49 | 0.18 | 331.37 | 0.88 | 0.44 |
| Hex | D2 | D | 6B | 0 | 5E | 31 | 12 | 14B | 58 | 2C |
| Octal | 322 | 15 | 153 | 0 | 136 | 61 | 22 | 513 | 130 | 54 |
| Binary | 11010010 | 1101 | 1101011 | 0 | 1011110 | 110001 | 10010 | 101001011 | 1011000 | 101100 |
Color Harmonies of #D20D6B
Complementary color
Monochromatic Colors of #D20D6B
Black with #D20D6B
Text Example
Text Example
White with #D20D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20D6B; }
p { color: rgb(210,13,107); }
H1.HeaderClassName
{
color: #D20D6B;
}
.AnyTagClassName
{
color: #D20D6B;
}
</style>
background-color css
<style>
a { background-color: #D20D6B; }
a { background-color: rgb(210,13,107); }
div.DivClassName
{
background-color: #D20D6B;
}
.BgClassName
{
background-color: #D20D6B;
}
</style>
border-color css
<style>
span { border-color: #D20D6B; }
span { border-color: rgb(210,13,107); }
td.TdClassName
{
border-color: #D20D6B;
}
.TagClassName
{
border-color: #D20D6B;
}
</style>