Shades of Ruby #D20D6A
Tints of Ruby #D20D6A
RGB
CMYK
RGB Variations
Color information
#D20D6A (or 0xD20D6A) is known color: Ruby. HEX triplet: D2, 0D and 6A. RGB value is (210,13,106). Sum of RGB (Red+Green+Blue) = 210+13+106=329 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.83% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D6A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20D6A is #2DF295. Grayscale: #525252. Windows color (decimal): -3011222 or 6950354. OLE color: 6950354.
HSL color Cylindrical-coordinate representation of color #D20D6A: hue angle of 331.68º 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 #D20D6A is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 13 | 106 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.18 |
| HSL | 331.68º | 0.88% | 0.44% | - |
| HSV(B) | 331.68º | 0.94% | 0.82% | - |
| XYZ | 29.32 | 15.03 | 14.99 | - |
| YUV | 82.51 | 141.27 | 218.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 13 | 106 | 0 | 0.94 | 0.50 | 0.18 | 331.68 | 0.88 | 0.44 |
| Hex | D2 | D | 6A | 0 | 5E | 32 | 12 | 14C | 58 | 2C |
| Octal | 322 | 15 | 152 | 0 | 136 | 62 | 22 | 514 | 130 | 54 |
| Binary | 11010010 | 1101 | 1101010 | 0 | 1011110 | 110010 | 10010 | 101001100 | 1011000 | 101100 |
Color Harmonies of #D20D6A
Complementary color
Monochromatic Colors of #D20D6A
Black with #D20D6A
Text Example
Text Example
White with #D20D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20D6A; }
p { color: rgb(210,13,106); }
H1.HeaderClassName
{
color: #D20D6A;
}
.AnyTagClassName
{
color: #D20D6A;
}
</style>
background-color css
<style>
a { background-color: #D20D6A; }
a { background-color: rgb(210,13,106); }
div.DivClassName
{
background-color: #D20D6A;
}
.BgClassName
{
background-color: #D20D6A;
}
</style>
border-color css
<style>
span { border-color: #D20D6A; }
span { border-color: rgb(210,13,106); }
td.TdClassName
{
border-color: #D20D6A;
}
.TagClassName
{
border-color: #D20D6A;
}
</style>