Shades of Ruby #D0206D
Tints of Ruby #D0206D
RGB
CMYK
RGB Variations
Color information
#D0206D (or 0xD0206D) is known color: Ruby. HEX triplet: D0, 20 and 6D. RGB value is (208,32,109). Sum of RGB (Red+Green+Blue) = 208+32+109=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D0206D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0206D is #2FDF92. Grayscale: #5D5D5D. Windows color (decimal): -3137427 or 7151824. OLE color: 7151824.
HSL color Cylindrical-coordinate representation of color #D0206D: hue angle of 333.75º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D0206D is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 109 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.18 |
| HSL | 333.75º | 0.73% | 0.47% | - |
| HSV(B) | 333.75º | 0.85% | 0.82% | - |
| XYZ | 29.29 | 15.55 | 15.93 | - |
| YUV | 93.4 | 136.81 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 109 | 0 | 0.85 | 0.48 | 0.18 | 333.75 | 0.73 | 0.47 |
| Hex | D0 | 20 | 6D | 0 | 55 | 30 | 12 | 14E | 49 | 2F |
| Octal | 320 | 40 | 155 | 0 | 125 | 60 | 22 | 516 | 111 | 57 |
| Binary | 11010000 | 100000 | 1101101 | 0 | 1010101 | 110000 | 10010 | 101001110 | 1001001 | 101111 |
Color Harmonies of #D0206D
Complementary color
Monochromatic Colors of #D0206D
Black with #D0206D
Text Example
Text Example
White with #D0206D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0206D; }
p { color: rgb(208,32,109); }
H1.HeaderClassName
{
color: #D0206D;
}
.AnyTagClassName
{
color: #D0206D;
}
</style>
background-color css
<style>
a { background-color: #D0206D; }
a { background-color: rgb(208,32,109); }
div.DivClassName
{
background-color: #D0206D;
}
.BgClassName
{
background-color: #D0206D;
}
</style>
border-color css
<style>
span { border-color: #D0206D; }
span { border-color: rgb(208,32,109); }
td.TdClassName
{
border-color: #D0206D;
}
.TagClassName
{
border-color: #D0206D;
}
</style>