Shades of Ruby #D0206F
Tints of Ruby #D0206F
RGB
CMYK
RGB Variations
Color information
#D0206F (or 0xD0206F) is known color: Ruby. HEX triplet: D0, 20 and 6F. RGB value is (208,32,111). Sum of RGB (Red+Green+Blue) = 208+32+111=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D0206F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0206F is #2FDF90. Grayscale: #5D5D5D. Windows color (decimal): -3137425 or 7282896. OLE color: 7282896.
HSL color Cylindrical-coordinate representation of color #D0206F: hue angle of 333.07º 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 #D0206F is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 111 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.18 |
| HSL | 333.07º | 0.73% | 0.47% | - |
| HSV(B) | 333.07º | 0.85% | 0.82% | - |
| XYZ | 29.4 | 15.59 | 16.5 | - |
| YUV | 93.63 | 137.81 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 111 | 0 | 0.85 | 0.47 | 0.18 | 333.07 | 0.73 | 0.47 |
| Hex | D0 | 20 | 6F | 0 | 55 | 2F | 12 | 14D | 49 | 2F |
| Octal | 320 | 40 | 157 | 0 | 125 | 57 | 22 | 515 | 111 | 57 |
| Binary | 11010000 | 100000 | 1101111 | 0 | 1010101 | 101111 | 10010 | 101001101 | 1001001 | 101111 |
Color Harmonies of #D0206F
Complementary color
Monochromatic Colors of #D0206F
Black with #D0206F
Text Example
Text Example
White with #D0206F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0206F; }
p { color: rgb(208,32,111); }
H1.HeaderClassName
{
color: #D0206F;
}
.AnyTagClassName
{
color: #D0206F;
}
</style>
background-color css
<style>
a { background-color: #D0206F; }
a { background-color: rgb(208,32,111); }
div.DivClassName
{
background-color: #D0206F;
}
.BgClassName
{
background-color: #D0206F;
}
</style>
border-color css
<style>
span { border-color: #D0206F; }
span { border-color: rgb(208,32,111); }
td.TdClassName
{
border-color: #D0206F;
}
.TagClassName
{
border-color: #D0206F;
}
</style>