Shades of Ruby #D0206B
Tints of Ruby #D0206B
RGB
CMYK
RGB Variations
Color information
#D0206B (or 0xD0206B) is known color: Ruby. HEX triplet: D0, 20 and 6B. RGB value is (208,32,107). Sum of RGB (Red+Green+Blue) = 208+32+107=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 32 (12.89% from 255 or 9.22% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D0206B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0206B is #2FDF94. Grayscale: #5D5D5D. Windows color (decimal): -3137429 or 7020752. OLE color: 7020752.
HSL color Cylindrical-coordinate representation of color #D0206B: hue angle of 334.43º 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 #D0206B is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 107 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.18 |
| HSL | 334.43º | 0.73% | 0.47% | - |
| HSV(B) | 334.43º | 0.85% | 0.82% | - |
| XYZ | 29.18 | 15.5 | 15.36 | - |
| YUV | 93.17 | 135.81 | 209.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 107 | 0 | 0.85 | 0.49 | 0.18 | 334.43 | 0.73 | 0.47 |
| Hex | D0 | 20 | 6B | 0 | 55 | 31 | 12 | 14E | 49 | 2F |
| Octal | 320 | 40 | 153 | 0 | 125 | 61 | 22 | 516 | 111 | 57 |
| Binary | 11010000 | 100000 | 1101011 | 0 | 1010101 | 110001 | 10010 | 101001110 | 1001001 | 101111 |
Color Harmonies of #D0206B
Complementary color
Monochromatic Colors of #D0206B
Black with #D0206B
Text Example
Text Example
White with #D0206B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0206B; }
p { color: rgb(208,32,107); }
H1.HeaderClassName
{
color: #D0206B;
}
.AnyTagClassName
{
color: #D0206B;
}
</style>
background-color css
<style>
a { background-color: #D0206B; }
a { background-color: rgb(208,32,107); }
div.DivClassName
{
background-color: #D0206B;
}
.BgClassName
{
background-color: #D0206B;
}
</style>
border-color css
<style>
span { border-color: #D0206B; }
span { border-color: rgb(208,32,107); }
td.TdClassName
{
border-color: #D0206B;
}
.TagClassName
{
border-color: #D0206B;
}
</style>